#5EB060

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

Shades of Fern #5EB060

Tints of Fern #5EB060

Color information

#5EB060 (or 0x5EB060) is unknown color: approx Fern. HEX triplet: 5E, B0 and 60. RGB value is (94,176,96). Sum of RGB (Red+Green+Blue) = 94+176+96=366 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.68% from 366); Green value is 176 (69.14% from 255 or 48.09% from 366); Blue value is 96 (37.89% from 255 or 26.23% from 366); Max value from RGB is 176 - color contains mainly: green. Hex color #5EB060 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EB060 is #A14F9F. Grayscale: #8E8E8E. Windows color (decimal): -10571680 or 6336606. OLE color: 6336606.

HSL color Cylindrical-coordinate representation of color #5EB060: hue angle of 121.46º degrees, saturation: 0.34, 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 #5EB060 is Cyan = 0.47, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB9417696-
CMYK0.4700.450.31
HSL121.46º34.17%52.94%-
HSV(B)121.46º46.59%69.02%-
XYZ22.2534.2716.51-
YUV142.36101.8393.5-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.68%
GREEN value IS 176 (69.14% from 255) = 48.09%
BLUE value IS 96 (37.89% from 255) = 26.23%
R=25.68%
G=48.09%
B=26.23%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal94176960.4700.450.31121.4634.1752.94
Hex5EB0602F02D1F792235
Octal13626014057055371714265
Binary10111101011000011000001011110101101111111111001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EB060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,176,96); }

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

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

 a { background-color: rgb(94,176,96); }

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

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

 span { border-color: rgb(94,176,96); }

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