#56CB0C

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

Shades of Kelly Green #56CB0C

Tints of Kelly Green #56CB0C

Color information

#56CB0C (or 0x56CB0C) is unknown color: approx Kelly Green. HEX triplet: 56, CB and 0C. RGB value is (86,203,12). Sum of RGB (Red+Green+Blue) = 86+203+12=301 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.57% from 301); Green value is 203 (79.69% from 255 or 67.44% from 301); Blue value is 12 (5.08% from 255 or 3.99% from 301); Max value from RGB is 203 - color contains mainly: green. Hex color #56CB0C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #56CB0C is #A934F3. Grayscale: #929292. Windows color (decimal): -11089140 or 838486. OLE color: 838486.

HSL color Cylindrical-coordinate representation of color #56CB0C: hue angle of 96.75º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #56CB0C is Cyan = 0.58, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.

Color convert

RGB8620312-
CMYK0.5800.940.20
HSL96.75º88.84%42.16%-
HSV(B)96.75º94.09%79.61%-
XYZ25.2644.727.65-
YUV146.2452.2485.03-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.57%
GREEN value IS 203 (79.69% from 255) = 67.44%
BLUE value IS 12 (5.08% from 255) = 3.99%
R=28.57%
G=67.44%
B=3.99%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal86203120.5800.940.2096.7588.8442.16
Hex56CBC3A05E1461592a
Octal126313147201362414113152
Binary1010110110010111100111010010111101010011000011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56CB0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,203,12); }

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

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

 a { background-color: rgb(86,203,12); }

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

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

 span { border-color: rgb(86,203,12); }

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