Shades of Kelly Green #52CA33
Tints of Kelly Green #52CA33
RGB
CMYK
RGB Variations
Color information
#52CA33 (or 0x52CA33) is known color: Kelly Green. HEX triplet: 52, CA and 33. RGB value is (82,202,51). Sum of RGB (Red+Green+Blue) = 82+202+51=335 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.48% from 335); Green value is 202 (79.30% from 255 or 60.30% from 335); Blue value is 51 (20.31% from 255 or 15.22% from 335); Max value from RGB is 202 - color contains mainly: green. Hex color #52CA33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52CA33 is #AD35CC. Grayscale: #959595. Windows color (decimal): -11351501 or 3394130. OLE color: 3394130.
HSL color Cylindrical-coordinate representation of color #52CA33: hue angle of 107.68º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #52CA33 is Cyan = 0.59, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 82 | 202 | 51 | - |
| CMYK | 0.59 | 0 | 0.75 | 0.21 |
| HSL | 107.68º | 0.6% | 0.5% | - |
| HSV(B) | 107.68º | 0.75% | 0.79% | - |
| XYZ | 25.2 | 44.27 | 10.35 | - |
| YUV | 148.91 | 72.74 | 80.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 202 | 51 | 0.59 | 0 | 0.75 | 0.21 | 107.68 | 0.6 | 0.5 |
| Hex | 52 | CA | 33 | 3B | 0 | 4B | 15 | 6C | 3C | 32 |
| Octal | 122 | 312 | 63 | 73 | 0 | 113 | 25 | 154 | 74 | 62 |
| Binary | 1010010 | 11001010 | 110011 | 111011 | 0 | 1001011 | 10101 | 1101100 | 111100 | 110010 |
Color Harmonies of #52CA33
Complementary color
Monochromatic Colors of #52CA33
Black with #52CA33
Text Example
Text Example
White with #52CA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CA33; }
p { color: rgb(82,202,51); }
H1.HeaderClassName
{
color: #52CA33;
}
.AnyTagClassName
{
color: #52CA33;
}
</style>
background-color css
<style>
a { background-color: #52CA33; }
a { background-color: rgb(82,202,51); }
div.DivClassName
{
background-color: #52CA33;
}
.BgClassName
{
background-color: #52CA33;
}
</style>
border-color css
<style>
span { border-color: #52CA33; }
span { border-color: rgb(82,202,51); }
td.TdClassName
{
border-color: #52CA33;
}
.TagClassName
{
border-color: #52CA33;
}
</style>