#5EA35F

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

Shades of Fruit Salad #5EA35F

Tints of Fruit Salad #5EA35F

Color information

#5EA35F (or 0x5EA35F) is unknown color: approx Fruit Salad. HEX triplet: 5E, A3 and 5F. RGB value is (94,163,95). Sum of RGB (Red+Green+Blue) = 94+163+95=352 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.70% from 352); Green value is 163 (64.06% from 255 or 46.31% from 352); Blue value is 95 (37.5% from 255 or 26.99% from 352); Max value from RGB is 163 - color contains mainly: green. Hex color #5EA35F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EA35F is #A15CA0. Grayscale: #868686. Windows color (decimal): -10575009 or 6267742. OLE color: 6267742.

HSL color Cylindrical-coordinate representation of color #5EA35F: hue angle of 120.87º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5EA35F is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB9416395-
CMYK0.4200.420.36
HSL120.87º27.27%50.39%-
HSV(B)120.87º42.33%63.92%-
XYZ19.7829.415.46-
YUV134.62105.6499.03-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.70%
GREEN value IS 163 (64.06% from 255) = 46.31%
BLUE value IS 95 (37.5% from 255) = 26.99%
R=26.70%
G=46.31%
B=26.99%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal94163950.4200.420.36120.8727.2750.39
Hex5EA35F2A02A24791b32
Octal13624313752052441713362
Binary10111101010001110111111010100101010100100111100111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,163,95); }

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

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

 a { background-color: rgb(94,163,95); }

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

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

 span { border-color: rgb(94,163,95); }

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