#5EA95C

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

Shades of Fruit Salad #5EA95C

Tints of Fruit Salad #5EA95C

Color information

#5EA95C (or 0x5EA95C) is unknown color: approx Fruit Salad. HEX triplet: 5E, A9 and 5C. RGB value is (94,169,92). Sum of RGB (Red+Green+Blue) = 94+169+92=355 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.48% from 355); Green value is 169 (66.41% from 255 or 47.61% from 355); Blue value is 92 (36.33% from 255 or 25.92% from 355); Max value from RGB is 169 - color contains mainly: green. Hex color #5EA95C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EA95C is #A156A3. Grayscale: #8A8A8A. Windows color (decimal): -10573476 or 6072670. OLE color: 6072670.

HSL color Cylindrical-coordinate representation of color #5EA95C: hue angle of 118.44º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5EA95C is Cyan = 0.44, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB9416992-
CMYK0.4400.460.34
HSL118.44º30.92%51.18%-
HSV(B)118.44º45.56%66.27%-
XYZ20.7431.5315.12-
YUV137.8102.1596.76-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.48%
GREEN value IS 169 (66.41% from 255) = 47.61%
BLUE value IS 92 (36.33% from 255) = 25.92%
R=26.48%
G=47.61%
B=25.92%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal94169920.4400.460.34118.4430.9251.18
Hex5EA95C2C02E22761f33
Octal13625113454056421663763
Binary10111101010100110111001011000101110100010111011011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA95C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,169,92); }

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

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

 a { background-color: rgb(94,169,92); }

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

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

 span { border-color: rgb(94,169,92); }

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