#5BBF70

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

Shades of Fern #5BBF70

Tints of Fern #5BBF70

Color information

#5BBF70 (or 0x5BBF70) is unknown color: approx Fern. HEX triplet: 5B, BF and 70. RGB value is (91,191,112). Sum of RGB (Red+Green+Blue) = 91+191+112=394 (52% of max value = 765). Red value is 91 (35.94% from 255 or 23.10% from 394); Green value is 191 (75% from 255 or 48.48% from 394); Blue value is 112 (44.14% from 255 or 28.43% from 394); Max value from RGB is 191 - color contains mainly: green. Hex color #5BBF70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BBF70 is #A4408F. Grayscale: #989898. Windows color (decimal): -10764432 or 7389019. OLE color: 7389019.

HSL color Cylindrical-coordinate representation of color #5BBF70: hue angle of 132.6º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5BBF70 is Cyan = 0.52, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB91191112-
CMYK0.5200.410.25
HSL132.6º43.86%55.29%-
HSV(B)132.6º52.36%74.9%-
XYZ25.8740.6621.81-
YUV152.09105.3784.42-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.10%
GREEN value IS 191 (75% from 255) = 48.48%
BLUE value IS 112 (44.14% from 255) = 28.43%
R=23.10%
G=48.48%
B=28.43%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal911911120.5200.410.25132.643.8655.29
Hex5BBF703402919852c37
Octal13327716064051312055467
Binary101101110111111111000011010001010011100110000101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BBF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,191,112); }

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

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

 a { background-color: rgb(91,191,112); }

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

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

 span { border-color: rgb(91,191,112); }

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