Shades of Kelly Green #52C801
Tints of Kelly Green #52C801
RGB
CMYK
RGB Variations
Color information
#52C801 (or 0x52C801) is known color: Kelly Green. HEX triplet: 52, C8 and 01. RGB value is (82,200,1). Sum of RGB (Red+Green+Blue) = 82+200+1=283 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.98% from 283); Green value is 200 (78.52% from 255 or 70.67% from 283); Blue value is 1 (0.78% from 255 or 0.35% from 283); Max value from RGB is 200 - color contains mainly: green. Hex color #52C801 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52C801 is #AD37FE. Grayscale: #8E8E8E. Windows color (decimal): -11352063 or 116818. OLE color: 116818.
HSL color Cylindrical-coordinate representation of color #52C801: hue angle of 95.58º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #52C801 is Cyan = 0.59, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 82 | 200 | 1 | - |
| CMYK | 0.59 | 0 | 1.00 | 0.22 |
| HSL | 95.58º | 0.99% | 0.39% | - |
| HSV(B) | 95.58º | 1% | 0.78% | - |
| XYZ | 24.14 | 43.1 | 7.08 | - |
| YUV | 142.03 | 48.41 | 85.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 200 | 1 | 0.59 | 0 | 1.00 | 0.22 | 95.58 | 0.99 | 0.39 |
| Hex | 52 | C8 | 1 | 3B | 0 | 64 | 16 | 60 | 63 | 27 |
| Octal | 122 | 310 | 1 | 73 | 0 | 144 | 26 | 140 | 143 | 47 |
| Binary | 1010010 | 11001000 | 1 | 111011 | 0 | 1100100 | 10110 | 1100000 | 1100011 | 100111 |
Color Harmonies of #52C801
Complementary color
Monochromatic Colors of #52C801
Black with #52C801
Text Example
Text Example
White with #52C801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C801; }
p { color: rgb(82,200,1); }
H1.HeaderClassName
{
color: #52C801;
}
.AnyTagClassName
{
color: #52C801;
}
</style>
background-color css
<style>
a { background-color: #52C801; }
a { background-color: rgb(82,200,1); }
div.DivClassName
{
background-color: #52C801;
}
.BgClassName
{
background-color: #52C801;
}
</style>
border-color css
<style>
span { border-color: #52C801; }
span { border-color: rgb(82,200,1); }
td.TdClassName
{
border-color: #52C801;
}
.TagClassName
{
border-color: #52C801;
}
</style>