Shades of Kelly Green #52CB2A
Tints of Kelly Green #52CB2A
RGB
CMYK
RGB Variations
Color information
#52CB2A (or 0x52CB2A) is known color: Kelly Green. HEX triplet: 52, CB and 2A. RGB value is (82,203,42). Sum of RGB (Red+Green+Blue) = 82+203+42=327 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.08% from 327); Green value is 203 (79.69% from 255 or 62.08% from 327); Blue value is 42 (16.80% from 255 or 12.84% from 327); Max value from RGB is 203 - color contains mainly: green. Hex color #52CB2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52CB2A is #AD34D5. Grayscale: #949494. Windows color (decimal): -11351254 or 2804562. OLE color: 2804562.
HSL color Cylindrical-coordinate representation of color #52CB2A: hue angle of 105.09º degrees, saturation: 0.66, 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 #52CB2A is Cyan = 0.60, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 203 | 42 | - |
| CMYK | 0.60 | 0 | 0.79 | 0.20 |
| HSL | 105.09º | 0.66% | 0.48% | - |
| HSV(B) | 105.09º | 0.79% | 0.8% | - |
| XYZ | 25.25 | 44.67 | 9.48 | - |
| YUV | 148.47 | 67.91 | 80.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 203 | 42 | 0.60 | 0 | 0.79 | 0.20 | 105.09 | 0.66 | 0.48 |
| Hex | 52 | CB | 2A | 3C | 0 | 4F | 14 | 69 | 42 | 30 |
| Octal | 122 | 313 | 52 | 74 | 0 | 117 | 24 | 151 | 102 | 60 |
| Binary | 1010010 | 11001011 | 101010 | 111100 | 0 | 1001111 | 10100 | 1101001 | 1000010 | 110000 |
Color Harmonies of #52CB2A
Complementary color
Monochromatic Colors of #52CB2A
Black with #52CB2A
Text Example
Text Example
White with #52CB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CB2A; }
p { color: rgb(82,203,42); }
H1.HeaderClassName
{
color: #52CB2A;
}
.AnyTagClassName
{
color: #52CB2A;
}
</style>
background-color css
<style>
a { background-color: #52CB2A; }
a { background-color: rgb(82,203,42); }
div.DivClassName
{
background-color: #52CB2A;
}
.BgClassName
{
background-color: #52CB2A;
}
</style>
border-color css
<style>
span { border-color: #52CB2A; }
span { border-color: rgb(82,203,42); }
td.TdClassName
{
border-color: #52CB2A;
}
.TagClassName
{
border-color: #52CB2A;
}
</style>