#5EAF65

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

Shades of Fern #5EAF65

Tints of Fern #5EAF65

Color information

#5EAF65 (or 0x5EAF65) is unknown color: approx Fern. HEX triplet: 5E, AF and 65. RGB value is (94,175,101). Sum of RGB (Red+Green+Blue) = 94+175+101=370 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.41% from 370); Green value is 175 (68.75% from 255 or 47.30% from 370); Blue value is 101 (39.84% from 255 or 27.30% from 370); Max value from RGB is 175 - color contains mainly: green. Hex color #5EAF65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EAF65 is #A1509A. Grayscale: #8E8E8E. Windows color (decimal): -10571931 or 6664030. OLE color: 6664030.

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

Color convert

RGB94175101-
CMYK0.4600.420.31
HSL125.19º33.61%52.75%-
HSV(B)125.19º46.29%68.63%-
XYZ22.333.9817.7-
YUV142.34104.6693.52-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.41%
GREEN value IS 175 (68.75% from 255) = 47.30%
BLUE value IS 101 (39.84% from 255) = 27.30%
R=25.41%
G=47.30%
B=27.30%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal941751010.4600.420.31125.1933.6152.75
Hex5EAF652E02A1F7d2235
Octal13625714556052371754265
Binary10111101010111111001011011100101010111111111101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EAF65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,175,101); }

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

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

 a { background-color: rgb(94,175,101); }

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

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

 span { border-color: rgb(94,175,101); }

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