Shades of Kelly Green #52CB0E
Tints of Kelly Green #52CB0E
RGB
CMYK
RGB Variations
Color information
#52CB0E (or 0x52CB0E) is known color: Kelly Green. HEX triplet: 52, CB and 0E. RGB value is (82,203,14). Sum of RGB (Red+Green+Blue) = 82+203+14=299 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.42% from 299); Green value is 203 (79.69% from 255 or 67.89% from 299); Blue value is 14 (5.86% from 255 or 4.68% from 299); Max value from RGB is 203 - color contains mainly: green. Hex color #52CB0E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52CB0E is #AD34F1. Grayscale: #919191. Windows color (decimal): -11351282 or 969554. OLE color: 969554.
HSL color Cylindrical-coordinate representation of color #52CB0E: hue angle of 98.41º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #52CB0E is Cyan = 0.60, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 203 | 14 | - |
| CMYK | 0.60 | 0 | 0.93 | 0.20 |
| HSL | 98.41º | 0.87% | 0.43% | - |
| HSV(B) | 98.41º | 0.93% | 0.8% | - |
| XYZ | 24.91 | 44.54 | 7.7 | - |
| YUV | 145.28 | 53.91 | 82.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 203 | 14 | 0.60 | 0 | 0.93 | 0.20 | 98.41 | 0.87 | 0.43 |
| Hex | 52 | CB | E | 3C | 0 | 5D | 14 | 62 | 57 | 2B |
| Octal | 122 | 313 | 16 | 74 | 0 | 135 | 24 | 142 | 127 | 53 |
| Binary | 1010010 | 11001011 | 1110 | 111100 | 0 | 1011101 | 10100 | 1100010 | 1010111 | 101011 |
Color Harmonies of #52CB0E
Complementary color
Monochromatic Colors of #52CB0E
Black with #52CB0E
Text Example
Text Example
White with #52CB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CB0E; }
p { color: rgb(82,203,14); }
H1.HeaderClassName
{
color: #52CB0E;
}
.AnyTagClassName
{
color: #52CB0E;
}
</style>
background-color css
<style>
a { background-color: #52CB0E; }
a { background-color: rgb(82,203,14); }
div.DivClassName
{
background-color: #52CB0E;
}
.BgClassName
{
background-color: #52CB0E;
}
</style>
border-color css
<style>
span { border-color: #52CB0E; }
span { border-color: rgb(82,203,14); }
td.TdClassName
{
border-color: #52CB0E;
}
.TagClassName
{
border-color: #52CB0E;
}
</style>