Shades of Kelly Green #53C701
Tints of Kelly Green #53C701
RGB
CMYK
RGB Variations
Color information
#53C701 (or 0x53C701) is known color: Kelly Green. HEX triplet: 53, C7 and 01. RGB value is (83,199,1). Sum of RGB (Red+Green+Blue) = 83+199+1=283 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.33% from 283); Green value is 199 (78.12% from 255 or 70.32% from 283); Blue value is 1 (0.78% from 255 or 0.35% from 283); Max value from RGB is 199 - color contains mainly: green. Hex color #53C701 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #53C701 is #AC38FE. Grayscale: #8E8E8E. Windows color (decimal): -11286783 or 116563. OLE color: 116563.
HSL color Cylindrical-coordinate representation of color #53C701: hue angle of 95.15º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #53C701 is Cyan = 0.58, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 83 | 199 | 1 | - |
| CMYK | 0.58 | 0 | 0.99 | 0.22 |
| HSL | 95.15º | 0.99% | 0.39% | - |
| HSV(B) | 95.15º | 0.99% | 0.78% | - |
| XYZ | 24 | 42.69 | 7 | - |
| YUV | 141.74 | 48.57 | 86.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 199 | 1 | 0.58 | 0 | 0.99 | 0.22 | 95.15 | 0.99 | 0.39 |
| Hex | 53 | C7 | 1 | 3A | 0 | 63 | 16 | 5F | 63 | 27 |
| Octal | 123 | 307 | 1 | 72 | 0 | 143 | 26 | 137 | 143 | 47 |
| Binary | 1010011 | 11000111 | 1 | 111010 | 0 | 1100011 | 10110 | 1011111 | 1100011 | 100111 |
Color Harmonies of #53C701
Complementary color
Monochromatic Colors of #53C701
Black with #53C701
Text Example
Text Example
White with #53C701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C701; }
p { color: rgb(83,199,1); }
H1.HeaderClassName
{
color: #53C701;
}
.AnyTagClassName
{
color: #53C701;
}
</style>
background-color css
<style>
a { background-color: #53C701; }
a { background-color: rgb(83,199,1); }
div.DivClassName
{
background-color: #53C701;
}
.BgClassName
{
background-color: #53C701;
}
</style>
border-color css
<style>
span { border-color: #53C701; }
span { border-color: rgb(83,199,1); }
td.TdClassName
{
border-color: #53C701;
}
.TagClassName
{
border-color: #53C701;
}
</style>