#5EA664

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

Shades of Fern #5EA664

Tints of Fern #5EA664

Color information

#5EA664 (or 0x5EA664) is unknown color: approx Fern. HEX triplet: 5E, A6 and 64. RGB value is (94,166,100). Sum of RGB (Red+Green+Blue) = 94+166+100=360 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.11% from 360); Green value is 166 (65.23% from 255 or 46.11% from 360); Blue value is 100 (39.45% from 255 or 27.78% from 360); Max value from RGB is 166 - color contains mainly: green. Hex color #5EA664 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EA664 is #A1599B. Grayscale: #898989. Windows color (decimal): -10574236 or 6596190. OLE color: 6596190.

HSL color Cylindrical-coordinate representation of color #5EA664: hue angle of 125º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5EA664 is Cyan = 0.43, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB94166100-
CMYK0.4300.400.35
HSL125º28.8%50.98%-
HSV(B)125º43.37%65.1%-
XYZ20.5530.5716.87-
YUV136.95107.1597.37-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.11%
GREEN value IS 166 (65.23% from 255) = 46.11%
BLUE value IS 100 (39.45% from 255) = 27.78%
R=26.11%
G=46.11%
B=27.78%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal941661000.4300.400.3512528.850.98
Hex5EA6642B028237d1d33
Octal13624614453050431753563
Binary10111101010011011001001010110101000100011111110111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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