Shades of Kelly Green #56AF1C
Tints of Kelly Green #56AF1C
RGB
CMYK
RGB Variations
Color information
#56AF1C (or 0x56AF1C) is known color: Kelly Green. HEX triplet: 56, AF and 1C. RGB value is (86,175,28). Sum of RGB (Red+Green+Blue) = 86+175+28=289 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.76% from 289); Green value is 175 (68.75% from 255 or 60.55% from 289); Blue value is 28 (11.33% from 255 or 9.69% from 289); Max value from RGB is 175 - color contains mainly: green. Hex color #56AF1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56AF1C is #A950E3. Grayscale: #848484. Windows color (decimal): -11096292 or 1879894. OLE color: 1879894.
HSL color Cylindrical-coordinate representation of color #56AF1C: hue angle of 96.33º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #56AF1C is Cyan = 0.51, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 86 | 175 | 28 | - |
| CMYK | 0.51 | 0 | 0.84 | 0.31 |
| HSL | 96.33º | 0.72% | 0.4% | - |
| HSV(B) | 96.33º | 0.84% | 0.69% | - |
| XYZ | 19.38 | 32.72 | 6.39 | - |
| YUV | 131.63 | 69.51 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 175 | 28 | 0.51 | 0 | 0.84 | 0.31 | 96.33 | 0.72 | 0.4 |
| Hex | 56 | AF | 1C | 33 | 0 | 54 | 1F | 60 | 48 | 28 |
| Octal | 126 | 257 | 34 | 63 | 0 | 124 | 37 | 140 | 110 | 50 |
| Binary | 1010110 | 10101111 | 11100 | 110011 | 0 | 1010100 | 11111 | 1100000 | 1001000 | 101000 |
Color Harmonies of #56AF1C
Complementary color
Monochromatic Colors of #56AF1C
Black with #56AF1C
Text Example
Text Example
White with #56AF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56AF1C; }
p { color: rgb(86,175,28); }
H1.HeaderClassName
{
color: #56AF1C;
}
.AnyTagClassName
{
color: #56AF1C;
}
</style>
background-color css
<style>
a { background-color: #56AF1C; }
a { background-color: rgb(86,175,28); }
div.DivClassName
{
background-color: #56AF1C;
}
.BgClassName
{
background-color: #56AF1C;
}
</style>
border-color css
<style>
span { border-color: #56AF1C; }
span { border-color: rgb(86,175,28); }
td.TdClassName
{
border-color: #56AF1C;
}
.TagClassName
{
border-color: #56AF1C;
}
</style>