Shades of Kelly Green #52CE1B
Tints of Kelly Green #52CE1B
RGB
CMYK
RGB Variations
Color information
#52CE1B (or 0x52CE1B) is known color: Kelly Green. HEX triplet: 52, CE and 1B. RGB value is (82,206,27). Sum of RGB (Red+Green+Blue) = 82+206+27=315 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.03% from 315); Green value is 206 (80.86% from 255 or 65.40% from 315); Blue value is 27 (10.94% from 255 or 8.57% from 315); Max value from RGB is 206 - color contains mainly: green. Hex color #52CE1B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52CE1B is #AD31E4. Grayscale: #959595. Windows color (decimal): -11350501 or 1822290. OLE color: 1822290.
HSL color Cylindrical-coordinate representation of color #52CE1B: hue angle of 101.56º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #52CE1B is Cyan = 0.60, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 206 | 27 | - |
| CMYK | 0.60 | 0 | 0.87 | 0.19 |
| HSL | 101.56º | 0.77% | 0.46% | - |
| HSV(B) | 101.56º | 0.87% | 0.81% | - |
| XYZ | 25.75 | 46.02 | 8.56 | - |
| YUV | 148.52 | 59.42 | 80.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 206 | 27 | 0.60 | 0 | 0.87 | 0.19 | 101.56 | 0.77 | 0.46 |
| Hex | 52 | CE | 1B | 3C | 0 | 57 | 13 | 66 | 4D | 2E |
| Octal | 122 | 316 | 33 | 74 | 0 | 127 | 23 | 146 | 115 | 56 |
| Binary | 1010010 | 11001110 | 11011 | 111100 | 0 | 1010111 | 10011 | 1100110 | 1001101 | 101110 |
Color Harmonies of #52CE1B
Complementary color
Monochromatic Colors of #52CE1B
Black with #52CE1B
Text Example
Text Example
White with #52CE1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CE1B; }
p { color: rgb(82,206,27); }
H1.HeaderClassName
{
color: #52CE1B;
}
.AnyTagClassName
{
color: #52CE1B;
}
</style>
background-color css
<style>
a { background-color: #52CE1B; }
a { background-color: rgb(82,206,27); }
div.DivClassName
{
background-color: #52CE1B;
}
.BgClassName
{
background-color: #52CE1B;
}
</style>
border-color css
<style>
span { border-color: #52CE1B; }
span { border-color: rgb(82,206,27); }
td.TdClassName
{
border-color: #52CE1B;
}
.TagClassName
{
border-color: #52CE1B;
}
</style>