#56A100

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

Shades of Kelly Green #56A100

Tints of Kelly Green #56A100

Color information

#56A100 (or 0x56A100) is unknown color: approx Kelly Green. HEX triplet: 56, A1 and 00. RGB value is (86,161,0). Sum of RGB (Red+Green+Blue) = 86+161+0=247 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.82% from 247); Green value is 161 (63.28% from 255 or 65.18% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 161 - color contains mainly: green. Hex color #56A100 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #56A100 is #A95EFF. Grayscale: #787878. Windows color (decimal): -11099904 or 41302. OLE color: 41302.

HSL color Cylindrical-coordinate representation of color #56A100: hue angle of 87.95º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #56A100 is Cyan = 0.47, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.37.

Color convert

RGB861610-
CMYK0.47010.37
HSL87.95º100%31.57%-
HSV(B)87.95º100%63.14%-
XYZ16.5827.474.43-
YUV120.2260.15103.59-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.82%
GREEN value IS 161 (63.28% from 255) = 65.18%
BLUE value IS 0 (0.39% from 255) = 0%
R=34.82%
G=65.18%
B=0%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal8616100.47010.3787.9510031.57
Hex56A102F06425586420
Octal12624105701444513014440
Binary10101101010000101011110110010010010110110001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,161,0); }

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

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

 a { background-color: rgb(86,161,0); }

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

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

 span { border-color: rgb(86,161,0); }

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