Shades of Kelly Green #52BF14
Tints of Kelly Green #52BF14
RGB
CMYK
RGB Variations
Color information
#52BF14 (or 0x52BF14) is known color: Kelly Green. HEX triplet: 52, BF and 14. RGB value is (82,191,20). Sum of RGB (Red+Green+Blue) = 82+191+20=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 191 (75% from 255 or 65.19% from 293); Blue value is 20 (8.20% from 255 or 6.83% from 293); Max value from RGB is 191 - color contains mainly: green. Hex color #52BF14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52BF14 is #AD40EB. Grayscale: #8B8B8B. Windows color (decimal): -11354348 or 1359698. OLE color: 1359698.
HSL color Cylindrical-coordinate representation of color #52BF14: hue angle of 98.25º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #52BF14 is Cyan = 0.57, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 191 | 20 | - |
| CMYK | 0.57 | 0 | 0.90 | 0.25 |
| HSL | 98.25º | 0.81% | 0.41% | - |
| HSV(B) | 98.25º | 0.9% | 0.75% | - |
| XYZ | 22.24 | 39.11 | 7.04 | - |
| YUV | 138.92 | 60.89 | 87.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 191 | 20 | 0.57 | 0 | 0.90 | 0.25 | 98.25 | 0.81 | 0.41 |
| Hex | 52 | BF | 14 | 39 | 0 | 5A | 19 | 62 | 51 | 29 |
| Octal | 122 | 277 | 24 | 71 | 0 | 132 | 31 | 142 | 121 | 51 |
| Binary | 1010010 | 10111111 | 10100 | 111001 | 0 | 1011010 | 11001 | 1100010 | 1010001 | 101001 |
Color Harmonies of #52BF14
Complementary color
Monochromatic Colors of #52BF14
Black with #52BF14
Text Example
Text Example
White with #52BF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BF14; }
p { color: rgb(82,191,20); }
H1.HeaderClassName
{
color: #52BF14;
}
.AnyTagClassName
{
color: #52BF14;
}
</style>
background-color css
<style>
a { background-color: #52BF14; }
a { background-color: rgb(82,191,20); }
div.DivClassName
{
background-color: #52BF14;
}
.BgClassName
{
background-color: #52BF14;
}
</style>
border-color css
<style>
span { border-color: #52BF14; }
span { border-color: rgb(82,191,20); }
td.TdClassName
{
border-color: #52BF14;
}
.TagClassName
{
border-color: #52BF14;
}
</style>