#3ABE4E

Color #3ABE4E Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #3ABE4E

Tints of Fruit Salad #3ABE4E

Color information

#3ABE4E (or 0x3ABE4E) is unknown color: approx Fruit Salad. HEX triplet: 3A, BE and 4E. RGB value is (58,190,78). Sum of RGB (Red+Green+Blue) = 58+190+78=326 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.79% from 326); Green value is 190 (74.61% from 255 or 58.28% from 326); Blue value is 78 (30.86% from 255 or 23.93% from 326); Max value from RGB is 190 - color contains mainly: green. Hex color #3ABE4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ABE4E is #C541B1. Grayscale: #8A8A8A. Windows color (decimal): -12927410 or 5160506. OLE color: 5160506.

HSL color Cylindrical-coordinate representation of color #3ABE4E: hue angle of 129.09º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3ABE4E is Cyan = 0.69, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB5819078-
CMYK0.6900.590.25
HSL129.09º53.23%48.63%-
HSV(B)129.09º69.47%74.51%-
XYZ21.5338.2813.46-
YUV137.7694.2771.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 58 (23.05% from 255) = 17.79%
GREEN value IS 190 (74.61% from 255) = 58.28%
BLUE value IS 78 (30.86% from 255) = 23.93%
R=17.79%
G=58.28%
B=23.93%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal58190780.6900.590.25129.0953.2348.63
Hex3ABE4E4503B19813531
Octal72276116105073312016561
Binary111010101111101001110100010101110111100110000001110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ABE4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3ABE4E; }

 p { color: rgb(58,190,78); }

 H1.HeaderClassName
 {
   color: #3ABE4E;
 }
 .AnyTagClassName
 {
   color: #3ABE4E;
 }
</style>
background-color css

<style>
 a { background-color: #3ABE4E; }

 a { background-color: rgb(58,190,78); }

 div.DivClassName
 {
   background-color: #3ABE4E;
 }
 .BgClassName
 {
   background-color: #3ABE4E;
 }
</style>
border-color css

<style>
 span { border-color: #3ABE4E; }

 span { border-color: rgb(58,190,78); }

 td.TdClassName
 {
   border-color: #3ABE4E;
 }
 .TagClassName
 {
   border-color: #3ABE4E;
 }
</style>