#5BC06F

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

Shades of Fern #5BC06F

Tints of Fern #5BC06F

Color information

#5BC06F (or 0x5BC06F) is unknown color: approx Fern. HEX triplet: 5B, C0 and 6F. RGB value is (91,192,111). Sum of RGB (Red+Green+Blue) = 91+192+111=394 (52% of max value = 765). Red value is 91 (35.94% from 255 or 23.10% from 394); Green value is 192 (75.39% from 255 or 48.73% from 394); Blue value is 111 (43.75% from 255 or 28.17% from 394); Max value from RGB is 192 - color contains mainly: green. Hex color #5BC06F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BC06F is #A43F90. Grayscale: #989898. Windows color (decimal): -10764177 or 7323739. OLE color: 7323739.

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

Color convert

RGB91192111-
CMYK0.5300.420.25
HSL131.88º44.49%55.49%-
HSV(B)131.88º52.6%75.29%-
XYZ26.0341.0721.59-
YUV152.57104.5484.09-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.10%
GREEN value IS 192 (75.39% from 255) = 48.73%
BLUE value IS 111 (43.75% from 255) = 28.17%
R=23.10%
G=48.73%
B=28.17%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal911921110.5300.420.25131.8844.4955.49
Hex5BC06F3502A19842c37
Octal13330015765052312045467
Binary101101111000000110111111010101010101100110000100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BC06F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,192,111); }

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

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

 a { background-color: rgb(91,192,111); }

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

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

 span { border-color: rgb(91,192,111); }

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