#56B86F

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

Shades of Fern #56B86F

Tints of Fern #56B86F

Color information

#56B86F (or 0x56B86F) is unknown color: approx Fern. HEX triplet: 56, B8 and 6F. RGB value is (86,184,111). Sum of RGB (Red+Green+Blue) = 86+184+111=381 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.57% from 381); Green value is 184 (72.27% from 255 or 48.29% from 381); Blue value is 111 (43.75% from 255 or 29.13% from 381); Max value from RGB is 184 - color contains mainly: green. Hex color #56B86F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56B86F is #A94790. Grayscale: #929292. Windows color (decimal): -11093905 or 7321686. OLE color: 7321686.

HSL color Cylindrical-coordinate representation of color #56B86F: hue angle of 135.31º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #56B86F is Cyan = 0.53, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB86184111-
CMYK0.5300.400.28
HSL135.31º40.83%52.94%-
HSV(B)135.31º53.26%72.16%-
XYZ23.8537.4121-
YUV146.38108.0384.94-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.57%
GREEN value IS 184 (72.27% from 255) = 48.29%
BLUE value IS 111 (43.75% from 255) = 29.13%
R=22.57%
G=48.29%
B=29.13%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal861841110.5300.400.28135.3140.8352.94
Hex56B86F350281C872935
Octal12627015765050342075165
Binary101011010111000110111111010101010001110010000111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B86F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56B86F; }

 p { color: rgb(86,184,111); }

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

<style>
 a { background-color: #56B86F; }

 a { background-color: rgb(86,184,111); }

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

<style>
 span { border-color: #56B86F; }

 span { border-color: rgb(86,184,111); }

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