#56B614

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

Shades of Kelly Green #56B614

Tints of Kelly Green #56B614

Color information

#56B614 (or 0x56B614) is unknown color: approx Kelly Green. HEX triplet: 56, B6 and 14. RGB value is (86,182,20). Sum of RGB (Red+Green+Blue) = 86+182+20=288 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.86% from 288); Green value is 182 (71.48% from 255 or 63.19% from 288); Blue value is 20 (8.20% from 255 or 6.94% from 288); Max value from RGB is 182 - color contains mainly: green. Hex color #56B614 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #56B614 is #A949EB. Grayscale: #878787. Windows color (decimal): -11094508 or 1357398. OLE color: 1357398.

HSL color Cylindrical-coordinate representation of color #56B614: hue angle of 95.56º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #56B614 is Cyan = 0.53, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB8618220-
CMYK0.5300.890.29
HSL95.56º80.2%39.61%-
HSV(B)95.56º89.01%71.37%-
XYZ20.6935.486.42-
YUV134.8363.293.17-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.86%
GREEN value IS 182 (71.48% from 255) = 63.19%
BLUE value IS 20 (8.20% from 255) = 6.94%
R=29.86%
G=63.19%
B=6.94%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal86182200.5300.890.2995.5680.239.61
Hex56B614350591D605028
Octal126266246501313514012050
Binary10101101011011010100110101010110011110111000001010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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