Shades of Kelly Green #52C700
Tints of Kelly Green #52C700
RGB
CMYK
RGB Variations
Color information
#52C700 (or 0x52C700) is known color: Kelly Green. HEX triplet: 52, C7 and 00. RGB value is (82,199,0). Sum of RGB (Red+Green+Blue) = 82+199+0=281 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.18% from 281); Green value is 199 (78.12% from 255 or 70.82% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 199 - color contains mainly: green. Hex color #52C700 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52C700 is #AD38FF. Grayscale: #8E8E8E. Windows color (decimal): -11352320 or 51026. OLE color: 51026.
HSL color Cylindrical-coordinate representation of color #52C700: hue angle of 95.28º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #52C700 is Cyan = 0.59, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 82 | 199 | 0 | - |
| CMYK | 0.59 | 0 | 1 | 0.22 |
| HSL | 95.28º | 1% | 0.39% | - |
| HSV(B) | 95.28º | 1% | 0.78% | - |
| XYZ | 23.9 | 42.64 | 6.97 | - |
| YUV | 141.33 | 48.24 | 85.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 199 | 0 | 0.59 | 0 | 1 | 0.22 | 95.28 | 1 | 0.39 |
| Hex | 52 | C7 | 0 | 3B | 0 | 64 | 16 | 5F | 64 | 27 |
| Octal | 122 | 307 | 0 | 73 | 0 | 144 | 26 | 137 | 144 | 47 |
| Binary | 1010010 | 11000111 | 0 | 111011 | 0 | 1100100 | 10110 | 1011111 | 1100100 | 100111 |
Color Harmonies of #52C700
Complementary color
Monochromatic Colors of #52C700
Black with #52C700
Text Example
Text Example
White with #52C700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C700; }
p { color: rgb(82,199,0); }
H1.HeaderClassName
{
color: #52C700;
}
.AnyTagClassName
{
color: #52C700;
}
</style>
background-color css
<style>
a { background-color: #52C700; }
a { background-color: rgb(82,199,0); }
div.DivClassName
{
background-color: #52C700;
}
.BgClassName
{
background-color: #52C700;
}
</style>
border-color css
<style>
span { border-color: #52C700; }
span { border-color: rgb(82,199,0); }
td.TdClassName
{
border-color: #52C700;
}
.TagClassName
{
border-color: #52C700;
}
</style>