Shades of Kelly Green #52CB2B
Tints of Kelly Green #52CB2B
RGB
CMYK
RGB Variations
Color information
#52CB2B (or 0x52CB2B) is known color: Kelly Green. HEX triplet: 52, CB and 2B. RGB value is (82,203,43). Sum of RGB (Red+Green+Blue) = 82+203+43=328 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25% from 328); Green value is 203 (79.69% from 255 or 61.89% from 328); Blue value is 43 (17.19% from 255 or 13.11% from 328); Max value from RGB is 203 - color contains mainly: green. Hex color #52CB2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52CB2B is #AD34D4. Grayscale: #959595. Windows color (decimal): -11351253 or 2870098. OLE color: 2870098.
HSL color Cylindrical-coordinate representation of color #52CB2B: hue angle of 105.38º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #52CB2B is Cyan = 0.60, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 203 | 43 | - |
| CMYK | 0.60 | 0 | 0.79 | 0.20 |
| HSL | 105.38º | 0.65% | 0.48% | - |
| HSV(B) | 105.38º | 0.79% | 0.8% | - |
| XYZ | 25.27 | 44.68 | 9.58 | - |
| YUV | 148.58 | 68.41 | 80.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 203 | 43 | 0.60 | 0 | 0.79 | 0.20 | 105.38 | 0.65 | 0.48 |
| Hex | 52 | CB | 2B | 3C | 0 | 4F | 14 | 69 | 41 | 30 |
| Octal | 122 | 313 | 53 | 74 | 0 | 117 | 24 | 151 | 101 | 60 |
| Binary | 1010010 | 11001011 | 101011 | 111100 | 0 | 1001111 | 10100 | 1101001 | 1000001 | 110000 |
Color Harmonies of #52CB2B
Complementary color
Monochromatic Colors of #52CB2B
Black with #52CB2B
Text Example
Text Example
White with #52CB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CB2B; }
p { color: rgb(82,203,43); }
H1.HeaderClassName
{
color: #52CB2B;
}
.AnyTagClassName
{
color: #52CB2B;
}
</style>
background-color css
<style>
a { background-color: #52CB2B; }
a { background-color: rgb(82,203,43); }
div.DivClassName
{
background-color: #52CB2B;
}
.BgClassName
{
background-color: #52CB2B;
}
</style>
border-color css
<style>
span { border-color: #52CB2B; }
span { border-color: rgb(82,203,43); }
td.TdClassName
{
border-color: #52CB2B;
}
.TagClassName
{
border-color: #52CB2B;
}
</style>