Shades of Kelly Green #52CF23
Tints of Kelly Green #52CF23
RGB
CMYK
RGB Variations
Color information
#52CF23 (or 0x52CF23) is known color: Kelly Green. HEX triplet: 52, CF and 23. RGB value is (82,207,35). Sum of RGB (Red+Green+Blue) = 82+207+35=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 207 (81.25% from 255 or 63.89% from 324); Blue value is 35 (14.06% from 255 or 10.80% from 324); Max value from RGB is 207 - color contains mainly: green. Hex color #52CF23 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52CF23 is #AD30DC. Grayscale: #969696. Windows color (decimal): -11350237 or 2346834. OLE color: 2346834.
HSL color Cylindrical-coordinate representation of color #52CF23: hue angle of 103.6º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #52CF23 is Cyan = 0.60, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 207 | 35 | - |
| CMYK | 0.60 | 0 | 0.83 | 0.19 |
| HSL | 103.6º | 0.71% | 0.47% | - |
| HSV(B) | 103.6º | 0.83% | 0.81% | - |
| XYZ | 26.1 | 46.54 | 9.2 | - |
| YUV | 150.02 | 63.09 | 79.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 207 | 35 | 0.60 | 0 | 0.83 | 0.19 | 103.6 | 0.71 | 0.47 |
| Hex | 52 | CF | 23 | 3C | 0 | 53 | 13 | 68 | 47 | 2F |
| Octal | 122 | 317 | 43 | 74 | 0 | 123 | 23 | 150 | 107 | 57 |
| Binary | 1010010 | 11001111 | 100011 | 111100 | 0 | 1010011 | 10011 | 1101000 | 1000111 | 101111 |
Color Harmonies of #52CF23
Complementary color
Monochromatic Colors of #52CF23
Black with #52CF23
Text Example
Text Example
White with #52CF23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CF23; }
p { color: rgb(82,207,35); }
H1.HeaderClassName
{
color: #52CF23;
}
.AnyTagClassName
{
color: #52CF23;
}
</style>
background-color css
<style>
a { background-color: #52CF23; }
a { background-color: rgb(82,207,35); }
div.DivClassName
{
background-color: #52CF23;
}
.BgClassName
{
background-color: #52CF23;
}
</style>
border-color css
<style>
span { border-color: #52CF23; }
span { border-color: rgb(82,207,35); }
td.TdClassName
{
border-color: #52CF23;
}
.TagClassName
{
border-color: #52CF23;
}
</style>