Shades of Kelly Green #53C705
Tints of Kelly Green #53C705
RGB
CMYK
RGB Variations
Color information
#53C705 (or 0x53C705) is known color: Kelly Green. HEX triplet: 53, C7 and 05. RGB value is (83,199,5). Sum of RGB (Red+Green+Blue) = 83+199+5=287 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.92% from 287); Green value is 199 (78.12% from 255 or 69.34% from 287); Blue value is 5 (2.34% from 255 or 1.74% from 287); Max value from RGB is 199 - color contains mainly: green. Hex color #53C705 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #53C705 is #AC38FA. Grayscale: #8E8E8E. Windows color (decimal): -11286779 or 378707. OLE color: 378707.
HSL color Cylindrical-coordinate representation of color #53C705: hue angle of 95.88º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #53C705 is Cyan = 0.58, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 83 | 199 | 5 | - |
| CMYK | 0.58 | 0 | 0.97 | 0.22 |
| HSL | 95.88º | 0.95% | 0.4% | - |
| HSV(B) | 95.88º | 0.97% | 0.78% | - |
| XYZ | 24.02 | 42.7 | 7.12 | - |
| YUV | 142.2 | 50.57 | 85.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 199 | 5 | 0.58 | 0 | 0.97 | 0.22 | 95.88 | 0.95 | 0.4 |
| Hex | 53 | C7 | 5 | 3A | 0 | 61 | 16 | 60 | 5F | 28 |
| Octal | 123 | 307 | 5 | 72 | 0 | 141 | 26 | 140 | 137 | 50 |
| Binary | 1010011 | 11000111 | 101 | 111010 | 0 | 1100001 | 10110 | 1100000 | 1011111 | 101000 |
Color Harmonies of #53C705
Complementary color
Monochromatic Colors of #53C705
Black with #53C705
Text Example
Text Example
White with #53C705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C705; }
p { color: rgb(83,199,5); }
H1.HeaderClassName
{
color: #53C705;
}
.AnyTagClassName
{
color: #53C705;
}
</style>
background-color css
<style>
a { background-color: #53C705; }
a { background-color: rgb(83,199,5); }
div.DivClassName
{
background-color: #53C705;
}
.BgClassName
{
background-color: #53C705;
}
</style>
border-color css
<style>
span { border-color: #53C705; }
span { border-color: rgb(83,199,5); }
td.TdClassName
{
border-color: #53C705;
}
.TagClassName
{
border-color: #53C705;
}
</style>