#56BA64

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

Shades of Fern #56BA64

Tints of Fern #56BA64

Color information

#56BA64 (or 0x56BA64) is unknown color: approx Fern. HEX triplet: 56, BA and 64. RGB value is (86,186,100). Sum of RGB (Red+Green+Blue) = 86+186+100=372 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.12% from 372); Green value is 186 (73.05% from 255 or 50% from 372); Blue value is 100 (39.45% from 255 or 26.88% from 372); Max value from RGB is 186 - color contains mainly: green. Hex color #56BA64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56BA64 is #A9459B. Grayscale: #929292. Windows color (decimal): -11093404 or 6601302. OLE color: 6601302.

HSL color Cylindrical-coordinate representation of color #56BA64: hue angle of 128.4º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #56BA64 is Cyan = 0.54, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB86186100-
CMYK0.5400.460.27
HSL128.4º42.02%53.33%-
HSV(B)128.4º53.76%72.94%-
XYZ23.738.0218.15-
YUV146.3101.8784.99-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.12%
GREEN value IS 186 (73.05% from 255) = 50%
BLUE value IS 100 (39.45% from 255) = 26.88%
R=23.12%
G=50%
B=26.88%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal861861000.5400.460.27128.442.0253.33
Hex56BA643602E1B802a35
Octal12627214466056332005265
Binary101011010111010110010011011001011101101110000000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56BA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,186,100); }

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

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

 a { background-color: rgb(86,186,100); }

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

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

 span { border-color: rgb(86,186,100); }

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