Shades of Kelly Green #52C909
Tints of Kelly Green #52C909
RGB
CMYK
RGB Variations
Color information
#52C909 (or 0x52C909) is known color: Kelly Green. HEX triplet: 52, C9 and 09. RGB value is (82,201,9). Sum of RGB (Red+Green+Blue) = 82+201+9=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 201 (78.91% from 255 or 68.84% from 292); Blue value is 9 (3.91% from 255 or 3.08% from 292); Max value from RGB is 201 - color contains mainly: green. Hex color #52C909 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52C909 is #AD36F6. Grayscale: #909090. Windows color (decimal): -11351799 or 641362. OLE color: 641362.
HSL color Cylindrical-coordinate representation of color #52C909: hue angle of 97.19º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #52C909 is Cyan = 0.59, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 82 | 201 | 9 | - |
| CMYK | 0.59 | 0 | 0.96 | 0.21 |
| HSL | 97.19º | 0.91% | 0.41% | - |
| HSV(B) | 97.19º | 0.96% | 0.79% | - |
| XYZ | 24.42 | 43.59 | 7.38 | - |
| YUV | 143.53 | 52.08 | 84.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 201 | 9 | 0.59 | 0 | 0.96 | 0.21 | 97.19 | 0.91 | 0.41 |
| Hex | 52 | C9 | 9 | 3B | 0 | 60 | 15 | 61 | 5B | 29 |
| Octal | 122 | 311 | 11 | 73 | 0 | 140 | 25 | 141 | 133 | 51 |
| Binary | 1010010 | 11001001 | 1001 | 111011 | 0 | 1100000 | 10101 | 1100001 | 1011011 | 101001 |
Color Harmonies of #52C909
Complementary color
Monochromatic Colors of #52C909
Black with #52C909
Text Example
Text Example
White with #52C909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C909; }
p { color: rgb(82,201,9); }
H1.HeaderClassName
{
color: #52C909;
}
.AnyTagClassName
{
color: #52C909;
}
</style>
background-color css
<style>
a { background-color: #52C909; }
a { background-color: rgb(82,201,9); }
div.DivClassName
{
background-color: #52C909;
}
.BgClassName
{
background-color: #52C909;
}
</style>
border-color css
<style>
span { border-color: #52C909; }
span { border-color: rgb(82,201,9); }
td.TdClassName
{
border-color: #52C909;
}
.TagClassName
{
border-color: #52C909;
}
</style>