Shades of Kelly Green #52C02B
Tints of Kelly Green #52C02B
RGB
CMYK
RGB Variations
Color information
#52C02B (or 0x52C02B) is known color: Kelly Green. HEX triplet: 52, C0 and 2B. RGB value is (82,192,43). Sum of RGB (Red+Green+Blue) = 82+192+43=317 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.87% from 317); Green value is 192 (75.39% from 255 or 60.57% from 317); Blue value is 43 (17.19% from 255 or 13.56% from 317); Max value from RGB is 192 - color contains mainly: green. Hex color #52C02B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C02B is #AD3FD4. Grayscale: #8E8E8E. Windows color (decimal): -11354069 or 2867282. OLE color: 2867282.
HSL color Cylindrical-coordinate representation of color #52C02B: hue angle of 104.3º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #52C02B is Cyan = 0.57, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 192 | 43 | - |
| CMYK | 0.57 | 0 | 0.78 | 0.25 |
| HSL | 104.3º | 0.63% | 0.46% | - |
| HSV(B) | 104.3º | 0.78% | 0.75% | - |
| XYZ | 22.77 | 39.67 | 8.74 | - |
| YUV | 142.12 | 72.06 | 85.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 192 | 43 | 0.57 | 0 | 0.78 | 0.25 | 104.3 | 0.63 | 0.46 |
| Hex | 52 | C0 | 2B | 39 | 0 | 4E | 19 | 68 | 3F | 2E |
| Octal | 122 | 300 | 53 | 71 | 0 | 116 | 31 | 150 | 77 | 56 |
| Binary | 1010010 | 11000000 | 101011 | 111001 | 0 | 1001110 | 11001 | 1101000 | 111111 | 101110 |
Color Harmonies of #52C02B
Complementary color
Monochromatic Colors of #52C02B
Black with #52C02B
Text Example
Text Example
White with #52C02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C02B; }
p { color: rgb(82,192,43); }
H1.HeaderClassName
{
color: #52C02B;
}
.AnyTagClassName
{
color: #52C02B;
}
</style>
background-color css
<style>
a { background-color: #52C02B; }
a { background-color: rgb(82,192,43); }
div.DivClassName
{
background-color: #52C02B;
}
.BgClassName
{
background-color: #52C02B;
}
</style>
border-color css
<style>
span { border-color: #52C02B; }
span { border-color: rgb(82,192,43); }
td.TdClassName
{
border-color: #52C02B;
}
.TagClassName
{
border-color: #52C02B;
}
</style>