#5BC06A

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

Shades of Fern #5BC06A

Tints of Fern #5BC06A

Color information

#5BC06A (or 0x5BC06A) is unknown color: approx Fern. HEX triplet: 5B, C0 and 6A. RGB value is (91,192,106). Sum of RGB (Red+Green+Blue) = 91+192+106=389 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.39% from 389); Green value is 192 (75.39% from 255 or 49.36% from 389); Blue value is 106 (41.80% from 255 or 27.25% from 389); Max value from RGB is 192 - color contains mainly: green. Hex color #5BC06A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BC06A is #A43F95. Grayscale: #989898. Windows color (decimal): -10764182 or 6996059. OLE color: 6996059.

HSL color Cylindrical-coordinate representation of color #5BC06A: hue angle of 128.91º 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 #5BC06A is Cyan = 0.53, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB91192106-
CMYK0.5300.450.25
HSL128.91º44.49%55.49%-
HSV(B)128.91º52.6%75.29%-
XYZ25.7740.9620.18-
YUV152102.0484.49-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.39%
GREEN value IS 192 (75.39% from 255) = 49.36%
BLUE value IS 106 (41.80% from 255) = 27.25%
R=23.39%
G=49.36%
B=27.25%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal911921060.5300.450.25128.9144.4955.49
Hex5BC06A3502D19812c37
Octal13330015265055312015467
Binary101101111000000110101011010101011011100110000001101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BC06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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