Shades of Kelly Green #52E41F
Tints of Kelly Green #52E41F
RGB
CMYK
RGB Variations
Color information
#52E41F (or 0x52E41F) is known color: Kelly Green. HEX triplet: 52, E4 and 1F. RGB value is (82,228,31). Sum of RGB (Red+Green+Blue) = 82+228+31=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 228 (89.45% from 255 or 66.86% from 341); Blue value is 31 (12.5% from 255 or 9.09% from 341); Max value from RGB is 228 - color contains mainly: green. Hex color #52E41F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52E41F is #AD1BE0. Grayscale: #A2A2A2. Windows color (decimal): -11344865 or 2090066. OLE color: 2090066.
HSL color Cylindrical-coordinate representation of color #52E41F: hue angle of 104.47º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #52E41F is Cyan = 0.64, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 82 | 228 | 31 | - |
| CMYK | 0.64 | 0 | 0.86 | 0.11 |
| HSL | 104.47º | 0.78% | 0.51% | - |
| HSV(B) | 104.47º | 0.86% | 0.89% | - |
| XYZ | 31.47 | 57.38 | 10.71 | - |
| YUV | 161.89 | 54.13 | 71.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 228 | 31 | 0.64 | 0 | 0.86 | 0.11 | 104.47 | 0.78 | 0.51 |
| Hex | 52 | E4 | 1F | 40 | 0 | 56 | B | 68 | 4E | 33 |
| Octal | 122 | 344 | 37 | 100 | 0 | 126 | 13 | 150 | 116 | 63 |
| Binary | 1010010 | 11100100 | 11111 | 1000000 | 0 | 1010110 | 1011 | 1101000 | 1001110 | 110011 |
Color Harmonies of #52E41F
Complementary color
Monochromatic Colors of #52E41F
Black with #52E41F
Text Example
Text Example
White with #52E41F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E41F; }
p { color: rgb(82,228,31); }
H1.HeaderClassName
{
color: #52E41F;
}
.AnyTagClassName
{
color: #52E41F;
}
</style>
background-color css
<style>
a { background-color: #52E41F; }
a { background-color: rgb(82,228,31); }
div.DivClassName
{
background-color: #52E41F;
}
.BgClassName
{
background-color: #52E41F;
}
</style>
border-color css
<style>
span { border-color: #52E41F; }
span { border-color: rgb(82,228,31); }
td.TdClassName
{
border-color: #52E41F;
}
.TagClassName
{
border-color: #52E41F;
}
</style>