#5BC86A

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

Shades of Fern #5BC86A

Tints of Fern #5BC86A

Color information

#5BC86A (or 0x5BC86A) is unknown color: approx Fern. HEX triplet: 5B, C8 and 6A. RGB value is (91,200,106). Sum of RGB (Red+Green+Blue) = 91+200+106=397 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.92% from 397); Green value is 200 (78.52% from 255 or 50.38% from 397); Blue value is 106 (41.80% from 255 or 26.70% from 397); Max value from RGB is 200 - color contains mainly: green. Hex color #5BC86A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BC86A is #A43795. Grayscale: #9C9C9C. Windows color (decimal): -10762134 or 6998107. OLE color: 6998107.

HSL color Cylindrical-coordinate representation of color #5BC86A: hue angle of 128.26º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5BC86A is Cyan = 0.54, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB91200106-
CMYK0.5400.470.22
HSL128.26º49.77%57.06%-
HSV(B)128.26º54.5%78.43%-
XYZ27.5744.5720.79-
YUV156.6999.3981.14-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 22.92%
GREEN value IS 200 (78.52% from 255) = 50.38%
BLUE value IS 106 (41.80% from 255) = 26.70%
R=22.92%
G=50.38%
B=26.70%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal912001060.5400.470.22128.2649.7757.06
Hex5BC86A3602F16803239
Octal13331015266057262006271
Binary101101111001000110101011011001011111011010000000110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BC86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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