Shades of Kelly Green #52CF30
Tints of Kelly Green #52CF30
RGB
CMYK
RGB Variations
Color information
#52CF30 (or 0x52CF30) is known color: Kelly Green. HEX triplet: 52, CF and 30. RGB value is (82,207,48). Sum of RGB (Red+Green+Blue) = 82+207+48=337 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.33% from 337); Green value is 207 (81.25% from 255 or 61.42% from 337); Blue value is 48 (19.14% from 255 or 14.24% from 337); Max value from RGB is 207 - color contains mainly: green. Hex color #52CF30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52CF30 is #AD30CF. Grayscale: #989898. Windows color (decimal): -11350224 or 3198802. OLE color: 3198802.
HSL color Cylindrical-coordinate representation of color #52CF30: hue angle of 107.17º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #52CF30 is Cyan = 0.60, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 207 | 48 | - |
| CMYK | 0.60 | 0 | 0.77 | 0.19 |
| HSL | 107.17º | 0.62% | 0.5% | - |
| HSV(B) | 107.17º | 0.77% | 0.81% | - |
| XYZ | 26.33 | 46.63 | 10.41 | - |
| YUV | 151.5 | 69.59 | 78.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 207 | 48 | 0.60 | 0 | 0.77 | 0.19 | 107.17 | 0.62 | 0.5 |
| Hex | 52 | CF | 30 | 3C | 0 | 4D | 13 | 6B | 3E | 32 |
| Octal | 122 | 317 | 60 | 74 | 0 | 115 | 23 | 153 | 76 | 62 |
| Binary | 1010010 | 11001111 | 110000 | 111100 | 0 | 1001101 | 10011 | 1101011 | 111110 | 110010 |
Color Harmonies of #52CF30
Complementary color
Monochromatic Colors of #52CF30
Black with #52CF30
Text Example
Text Example
White with #52CF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CF30; }
p { color: rgb(82,207,48); }
H1.HeaderClassName
{
color: #52CF30;
}
.AnyTagClassName
{
color: #52CF30;
}
</style>
background-color css
<style>
a { background-color: #52CF30; }
a { background-color: rgb(82,207,48); }
div.DivClassName
{
background-color: #52CF30;
}
.BgClassName
{
background-color: #52CF30;
}
</style>
border-color css
<style>
span { border-color: #52CF30; }
span { border-color: rgb(82,207,48); }
td.TdClassName
{
border-color: #52CF30;
}
.TagClassName
{
border-color: #52CF30;
}
</style>