#56B870

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

Shades of Fern #56B870

Tints of Fern #56B870

Color information

#56B870 (or 0x56B870) is unknown color: approx Fern. HEX triplet: 56, B8 and 70. RGB value is (86,184,112). Sum of RGB (Red+Green+Blue) = 86+184+112=382 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.51% from 382); Green value is 184 (72.27% from 255 or 48.17% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 184 - color contains mainly: green. Hex color #56B870 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56B870 is #A9478F. Grayscale: #929292. Windows color (decimal): -11093904 or 7387222. OLE color: 7387222.

HSL color Cylindrical-coordinate representation of color #56B870: hue angle of 135.92º 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 #56B870 is Cyan = 0.53, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB86184112-
CMYK0.5300.390.28
HSL135.92º40.83%52.94%-
HSV(B)135.92º53.26%72.16%-
XYZ23.937.4321.29-
YUV146.49108.5384.85-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.51%
GREEN value IS 184 (72.27% from 255) = 48.17%
BLUE value IS 112 (44.14% from 255) = 29.32%
R=22.51%
G=48.17%
B=29.32%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal861841120.5300.390.28135.9240.8352.94
Hex56B870350271C882935
Octal12627016065047342105165
Binary101011010111000111000011010101001111110010001000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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