#56A402

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

Shades of Kelly Green #56A402

Tints of Kelly Green #56A402

Color information

#56A402 (or 0x56A402) is unknown color: approx Kelly Green. HEX triplet: 56, A4 and 02. RGB value is (86,164,2). Sum of RGB (Red+Green+Blue) = 86+164+2=252 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.13% from 252); Green value is 164 (64.45% from 255 or 65.08% from 252); Blue value is 2 (1.17% from 255 or 0.79% from 252); Max value from RGB is 164 - color contains mainly: green. Hex color #56A402 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #56A402 is #A95BFD. Grayscale: #7A7A7A. Windows color (decimal): -11099134 or 173142. OLE color: 173142.

HSL color Cylindrical-coordinate representation of color #56A402: hue angle of 88.89º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #56A402 is Cyan = 0.48, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB861642-
CMYK0.4800.990.36
HSL88.89º97.59%32.55%-
HSV(B)88.89º98.78%64.31%-
XYZ17.1228.534.66-
YUV122.2160.16102.17-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.13%
GREEN value IS 164 (64.45% from 255) = 65.08%
BLUE value IS 2 (1.17% from 255) = 0.79%
R=34.13%
G=65.08%
B=0.79%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal8616420.4800.990.3688.8997.5932.55
Hex56A423006324596221
Octal12624426001434413114241
Binary101011010100100101100000110001110010010110011100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,164,2); }

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

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

 a { background-color: rgb(86,164,2); }

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

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

 span { border-color: rgb(86,164,2); }

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