Shades of Kelly Green #52CB0D
Tints of Kelly Green #52CB0D
RGB
CMYK
RGB Variations
Color information
#52CB0D (or 0x52CB0D) is known color: Kelly Green. HEX triplet: 52, CB and 0D. RGB value is (82,203,13). Sum of RGB (Red+Green+Blue) = 82+203+13=298 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.52% from 298); Green value is 203 (79.69% from 255 or 68.12% from 298); Blue value is 13 (5.47% from 255 or 4.36% from 298); Max value from RGB is 203 - color contains mainly: green. Hex color #52CB0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52CB0D is #AD34F2. Grayscale: #919191. Windows color (decimal): -11351283 or 904018. OLE color: 904018.
HSL color Cylindrical-coordinate representation of color #52CB0D: hue angle of 98.21º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #52CB0D is Cyan = 0.60, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 203 | 13 | - |
| CMYK | 0.60 | 0 | 0.94 | 0.20 |
| HSL | 98.21º | 0.88% | 0.42% | - |
| HSV(B) | 98.21º | 0.94% | 0.8% | - |
| XYZ | 24.91 | 44.53 | 7.66 | - |
| YUV | 145.16 | 53.41 | 82.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 203 | 13 | 0.60 | 0 | 0.94 | 0.20 | 98.21 | 0.88 | 0.42 |
| Hex | 52 | CB | D | 3C | 0 | 5E | 14 | 62 | 58 | 2A |
| Octal | 122 | 313 | 15 | 74 | 0 | 136 | 24 | 142 | 130 | 52 |
| Binary | 1010010 | 11001011 | 1101 | 111100 | 0 | 1011110 | 10100 | 1100010 | 1011000 | 101010 |
Color Harmonies of #52CB0D
Complementary color
Monochromatic Colors of #52CB0D
Black with #52CB0D
Text Example
Text Example
White with #52CB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CB0D; }
p { color: rgb(82,203,13); }
H1.HeaderClassName
{
color: #52CB0D;
}
.AnyTagClassName
{
color: #52CB0D;
}
</style>
background-color css
<style>
a { background-color: #52CB0D; }
a { background-color: rgb(82,203,13); }
div.DivClassName
{
background-color: #52CB0D;
}
.BgClassName
{
background-color: #52CB0D;
}
</style>
border-color css
<style>
span { border-color: #52CB0D; }
span { border-color: rgb(82,203,13); }
td.TdClassName
{
border-color: #52CB0D;
}
.TagClassName
{
border-color: #52CB0D;
}
</style>