#5fbb78

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

Shades of Fern #5FBB78

Tints of Fern #5FBB78

Color information

#5FBB78 (or 0x5FBB78) is unknown color: approx Fern. HEX triplet: 5F, BB and 78. RGB value is (95,187,120). Sum of RGB (Red+Green+Blue) = 95+187+120=402 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.63% from 402); Green value is 187 (73.44% from 255 or 46.52% from 402); Blue value is 120 (47.27% from 255 or 29.85% from 402); Max value from RGB is 187 - color contains mainly: green. Hex color #5FBB78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FBB78 is #A04487. Grayscale: #989898. Windows color (decimal): -10503304 or 7912287. OLE color: 7912287.

HSL color Cylindrical-coordinate representation of color #5FBB78: hue angle of 136.3º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5FBB78 is Cyan = 0.49, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB95187120-
CMYK0.4900.360.27
HSL136.3º40.35%55.29%-
HSV(B)136.3º49.2%73.33%-
XYZ25.8839.3324-
YUV151.85110.0287.45-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.63%
GREEN value IS 187 (73.44% from 255) = 46.52%
BLUE value IS 120 (47.27% from 255) = 29.85%
R=23.63%
G=46.52%
B=29.85%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal951871200.4900.360.27136.340.3555.29
Hex5FBB78310241B882837
Octal13727317061044332105067
Binary101111110111011111100011000101001001101110001000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5fbb78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,187,120); }

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

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

 a { background-color: rgb(95,187,120); }

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

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

 span { border-color: rgb(95,187,120); }

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