Shades of Kelly Green #52C009
Tints of Kelly Green #52C009
RGB
CMYK
RGB Variations
Color information
#52C009 (or 0x52C009) is known color: Kelly Green. HEX triplet: 52, C0 and 09. RGB value is (82,192,9). Sum of RGB (Red+Green+Blue) = 82+192+9=283 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.98% from 283); Green value is 192 (75.39% from 255 or 67.84% from 283); Blue value is 9 (3.91% from 255 or 3.18% from 283); Max value from RGB is 192 - color contains mainly: green. Hex color #52C009 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52C009 is #AD3FF6. Grayscale: #8A8A8A. Windows color (decimal): -11354103 or 639058. OLE color: 639058.
HSL color Cylindrical-coordinate representation of color #52C009: hue angle of 96.07º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #52C009 is Cyan = 0.57, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 192 | 9 | - |
| CMYK | 0.57 | 0 | 0.95 | 0.25 |
| HSL | 96.07º | 0.91% | 0.39% | - |
| HSV(B) | 96.07º | 0.95% | 0.75% | - |
| XYZ | 22.38 | 39.51 | 6.71 | - |
| YUV | 138.25 | 55.06 | 87.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 192 | 9 | 0.57 | 0 | 0.95 | 0.25 | 96.07 | 0.91 | 0.39 |
| Hex | 52 | C0 | 9 | 39 | 0 | 5F | 19 | 60 | 5B | 27 |
| Octal | 122 | 300 | 11 | 71 | 0 | 137 | 31 | 140 | 133 | 47 |
| Binary | 1010010 | 11000000 | 1001 | 111001 | 0 | 1011111 | 11001 | 1100000 | 1011011 | 100111 |
Color Harmonies of #52C009
Complementary color
Monochromatic Colors of #52C009
Black with #52C009
Text Example
Text Example
White with #52C009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C009; }
p { color: rgb(82,192,9); }
H1.HeaderClassName
{
color: #52C009;
}
.AnyTagClassName
{
color: #52C009;
}
</style>
background-color css
<style>
a { background-color: #52C009; }
a { background-color: rgb(82,192,9); }
div.DivClassName
{
background-color: #52C009;
}
.BgClassName
{
background-color: #52C009;
}
</style>
border-color css
<style>
span { border-color: #52C009; }
span { border-color: rgb(82,192,9); }
td.TdClassName
{
border-color: #52C009;
}
.TagClassName
{
border-color: #52C009;
}
</style>