#5EB164

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

Shades of Fern #5EB164

Tints of Fern #5EB164

Color information

#5EB164 (or 0x5EB164) is unknown color: approx Fern. HEX triplet: 5E, B1 and 64. RGB value is (94,177,100). Sum of RGB (Red+Green+Blue) = 94+177+100=371 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.34% from 371); Green value is 177 (69.53% from 255 or 47.71% from 371); Blue value is 100 (39.45% from 255 or 26.95% from 371); Max value from RGB is 177 - color contains mainly: green. Hex color #5EB164 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EB164 is #A14E9B. Grayscale: #8F8F8F. Windows color (decimal): -10571420 or 6599006. OLE color: 6599006.

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

Color convert

RGB94177100-
CMYK0.4700.440.31
HSL124.34º34.73%53.14%-
HSV(B)124.34º46.89%69.41%-
XYZ22.6434.7417.57-
YUV143.4103.592.76-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.34%
GREEN value IS 177 (69.53% from 255) = 47.71%
BLUE value IS 100 (39.45% from 255) = 26.95%
R=25.34%
G=47.71%
B=26.95%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal941771000.4700.440.31124.3434.7353.14
Hex5EB1642F02C1F7c2335
Octal13626114457054371744365
Binary10111101011000111001001011110101100111111111100100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EB164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,177,100); }

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

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

 a { background-color: rgb(94,177,100); }

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

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

 span { border-color: rgb(94,177,100); }

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