#56B964

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

Shades of Fern #56B964

Tints of Fern #56B964

Color information

#56B964 (or 0x56B964) is unknown color: approx Fern. HEX triplet: 56, B9 and 64. RGB value is (86,185,100). Sum of RGB (Red+Green+Blue) = 86+185+100=371 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.18% from 371); Green value is 185 (72.66% from 255 or 49.87% from 371); Blue value is 100 (39.45% from 255 or 26.95% from 371); Max value from RGB is 185 - color contains mainly: green. Hex color #56B964 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56B964 is #A9469B. Grayscale: #919191. Windows color (decimal): -11093660 or 6601046. OLE color: 6601046.

HSL color Cylindrical-coordinate representation of color #56B964: hue angle of 128.48º degrees, saturation: 0.41, 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 #56B964 is Cyan = 0.54, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB86185100-
CMYK0.5400.460.27
HSL128.48º41.42%53.14%-
HSV(B)128.48º53.51%72.55%-
XYZ23.4937.618.08-
YUV145.71102.285.41-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.18%
GREEN value IS 185 (72.66% from 255) = 49.87%
BLUE value IS 100 (39.45% from 255) = 26.95%
R=23.18%
G=49.87%
B=26.95%

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
Decimal861851000.5400.460.27128.4841.4253.14
Hex56B9643602E1B802935
Octal12627114466056332005165
Binary101011010111001110010011011001011101101110000000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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