#56B014

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

Shades of Kelly Green #56B014

Tints of Kelly Green #56B014

Color information

#56B014 (or 0x56B014) is unknown color: approx Kelly Green. HEX triplet: 56, B0 and 14. RGB value is (86,176,20). Sum of RGB (Red+Green+Blue) = 86+176+20=282 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.50% from 282); Green value is 176 (69.14% from 255 or 62.41% from 282); Blue value is 20 (8.20% from 255 or 7.09% from 282); Max value from RGB is 176 - color contains mainly: green. Hex color #56B014 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #56B014 is #A94FEB. Grayscale: #838383. Windows color (decimal): -11096044 or 1355862. OLE color: 1355862.

HSL color Cylindrical-coordinate representation of color #56B014: hue angle of 94.62º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #56B014 is Cyan = 0.51, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB8617620-
CMYK0.5100.890.31
HSL94.62º79.59%38.43%-
HSV(B)94.62º88.64%69.02%-
XYZ19.4933.086.02-
YUV131.3165.1895.68-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.50%
GREEN value IS 176 (69.14% from 255) = 62.41%
BLUE value IS 20 (8.20% from 255) = 7.09%
R=30.50%
G=62.41%
B=7.09%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal86176200.5100.890.3194.6279.5938.43
Hex56B014330591F5f5026
Octal126260246301313713712046
Binary10101101011000010100110011010110011111110111111010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,176,20); }

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

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

 a { background-color: rgb(86,176,20); }

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

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

 span { border-color: rgb(86,176,20); }

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