#5EAB5A

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

Shades of Fruit Salad #5EAB5A

Tints of Fruit Salad #5EAB5A

Color information

#5EAB5A (or 0x5EAB5A) is unknown color: approx Fruit Salad. HEX triplet: 5E, AB and 5A. RGB value is (94,171,90). Sum of RGB (Red+Green+Blue) = 94+171+90=355 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.48% from 355); Green value is 171 (67.19% from 255 or 48.17% from 355); Blue value is 90 (35.55% from 255 or 25.35% from 355); Max value from RGB is 171 - color contains mainly: green. Hex color #5EAB5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EAB5A is #A154A5. Grayscale: #8A8A8A. Windows color (decimal): -10572966 or 5942110. OLE color: 5942110.

HSL color Cylindrical-coordinate representation of color #5EAB5A: hue angle of 117.04º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5EAB5A is Cyan = 0.45, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB9417190-
CMYK0.4500.470.33
HSL117.04º32.53%51.18%-
HSV(B)117.04º47.37%67.06%-
XYZ21.0232.2414.79-
YUV138.74100.4996.09-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.48%
GREEN value IS 171 (67.19% from 255) = 48.17%
BLUE value IS 90 (35.55% from 255) = 25.35%
R=26.48%
G=48.17%
B=25.35%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal94171900.4500.470.33117.0432.5351.18
Hex5EAB5A2D02F21752133
Octal13625313255057411654163
Binary101111010101011101101010110101011111000011110101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EAB5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5EAB5A; }

 p { color: rgb(94,171,90); }

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

<style>
 a { background-color: #5EAB5A; }

 a { background-color: rgb(94,171,90); }

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

<style>
 span { border-color: #5EAB5A; }

 span { border-color: rgb(94,171,90); }

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