#56C268

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

Shades of Fern #56C268

Tints of Fern #56C268

Color information

#56C268 (or 0x56C268) is unknown color: approx Fern. HEX triplet: 56, C2 and 68. RGB value is (86,194,104). Sum of RGB (Red+Green+Blue) = 86+194+104=384 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.40% from 384); Green value is 194 (76.17% from 255 or 50.52% from 384); Blue value is 104 (41.02% from 255 or 27.08% from 384); Max value from RGB is 194 - color contains mainly: green. Hex color #56C268 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56C268 is #A93D97. Grayscale: #979797. Windows color (decimal): -11091352 or 6865494. OLE color: 6865494.

HSL color Cylindrical-coordinate representation of color #56C268: hue angle of 130º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #56C268 is Cyan = 0.56, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB86194104-
CMYK0.5600.460.24
HSL130º46.96%54.9%-
HSV(B)130º55.67%76.08%-
XYZ25.6341.5619.77-
YUV151.45101.2281.32-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.40%
GREEN value IS 194 (76.17% from 255) = 50.52%
BLUE value IS 104 (41.02% from 255) = 27.08%
R=22.40%
G=50.52%
B=27.08%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal861941040.5600.460.2413046.9654.9
Hex56C2683802E18822f37
Octal12630215070056302025767
Binary101011011000010110100011100001011101100010000010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56C268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,194,104); }

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

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

 a { background-color: rgb(86,194,104); }

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

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

 span { border-color: rgb(86,194,104); }

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