#56B466

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

Shades of Fern #56B466

Tints of Fern #56B466

Color information

#56B466 (or 0x56B466) is unknown color: approx Fern. HEX triplet: 56, B4 and 66. RGB value is (86,180,102). Sum of RGB (Red+Green+Blue) = 86+180+102=368 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.37% from 368); Green value is 180 (70.70% from 255 or 48.91% from 368); Blue value is 102 (40.23% from 255 or 27.72% from 368); Max value from RGB is 180 - color contains mainly: green. Hex color #56B466 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56B466 is #A94B99. Grayscale: #8F8F8F. Windows color (decimal): -11094938 or 6730838. OLE color: 6730838.

HSL color Cylindrical-coordinate representation of color #56B466: hue angle of 130.21º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #56B466 is Cyan = 0.52, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB86180102-
CMYK0.5200.430.29
HSL130.21º38.52%52.16%-
HSV(B)130.21º52.22%70.59%-
XYZ22.5635.5818.25-
YUV143104.8687.34-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.37%
GREEN value IS 180 (70.70% from 255) = 48.91%
BLUE value IS 102 (40.23% from 255) = 27.72%
R=23.37%
G=48.91%
B=27.72%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal861801020.5200.430.29130.2138.5252.16
Hex56B4663402B1D822734
Octal12626414664053352024764
Binary101011010110100110011011010001010111110110000010100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,180,102); }

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

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

 a { background-color: rgb(86,180,102); }

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

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

 span { border-color: rgb(86,180,102); }

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