Shades of Kelly Green #52D623
Tints of Kelly Green #52D623
RGB
CMYK
RGB Variations
Color information
#52D623 (or 0x52D623) is known color: Kelly Green. HEX triplet: 52, D6 and 23. RGB value is (82,214,35). Sum of RGB (Red+Green+Blue) = 82+214+35=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 214 (83.98% from 255 or 64.65% from 331); Blue value is 35 (14.06% from 255 or 10.57% from 331); Max value from RGB is 214 - color contains mainly: green. Hex color #52D623 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D623 is #AD29DC. Grayscale: #9A9A9A. Windows color (decimal): -11348445 or 2348626. OLE color: 2348626.
HSL color Cylindrical-coordinate representation of color #52D623: hue angle of 104.25º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #52D623 is Cyan = 0.62, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 214 | 35 | - |
| CMYK | 0.62 | 0 | 0.84 | 0.16 |
| HSL | 104.25º | 0.72% | 0.49% | - |
| HSV(B) | 104.25º | 0.84% | 0.84% | - |
| XYZ | 27.83 | 50.01 | 9.78 | - |
| YUV | 154.13 | 60.77 | 76.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 214 | 35 | 0.62 | 0 | 0.84 | 0.16 | 104.25 | 0.72 | 0.49 |
| Hex | 52 | D6 | 23 | 3E | 0 | 54 | 10 | 68 | 48 | 31 |
| Octal | 122 | 326 | 43 | 76 | 0 | 124 | 20 | 150 | 110 | 61 |
| Binary | 1010010 | 11010110 | 100011 | 111110 | 0 | 1010100 | 10000 | 1101000 | 1001000 | 110001 |
Color Harmonies of #52D623
Complementary color
Monochromatic Colors of #52D623
Black with #52D623
Text Example
Text Example
White with #52D623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D623; }
p { color: rgb(82,214,35); }
H1.HeaderClassName
{
color: #52D623;
}
.AnyTagClassName
{
color: #52D623;
}
</style>
background-color css
<style>
a { background-color: #52D623; }
a { background-color: rgb(82,214,35); }
div.DivClassName
{
background-color: #52D623;
}
.BgClassName
{
background-color: #52D623;
}
</style>
border-color css
<style>
span { border-color: #52D623; }
span { border-color: rgb(82,214,35); }
td.TdClassName
{
border-color: #52D623;
}
.TagClassName
{
border-color: #52D623;
}
</style>