Shades of Kelly Green #52C41B
Tints of Kelly Green #52C41B
RGB
CMYK
RGB Variations
Color information
#52C41B (or 0x52C41B) is known color: Kelly Green. HEX triplet: 52, C4 and 1B. RGB value is (82,196,27). Sum of RGB (Red+Green+Blue) = 82+196+27=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 196 (76.95% from 255 or 64.26% from 305); Blue value is 27 (10.94% from 255 or 8.85% from 305); Max value from RGB is 196 - color contains mainly: green. Hex color #52C41B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C41B is #AD3BE4. Grayscale: #8F8F8F. Windows color (decimal): -11353061 or 1819730. OLE color: 1819730.
HSL color Cylindrical-coordinate representation of color #52C41B: hue angle of 100.47º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #52C41B is Cyan = 0.58, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 82 | 196 | 27 | - |
| CMYK | 0.58 | 0 | 0.86 | 0.23 |
| HSL | 100.47º | 0.76% | 0.44% | - |
| HSV(B) | 100.47º | 0.86% | 0.77% | - |
| XYZ | 23.42 | 41.35 | 7.78 | - |
| YUV | 142.65 | 62.73 | 84.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 196 | 27 | 0.58 | 0 | 0.86 | 0.23 | 100.47 | 0.76 | 0.44 |
| Hex | 52 | C4 | 1B | 3A | 0 | 56 | 17 | 64 | 4C | 2C |
| Octal | 122 | 304 | 33 | 72 | 0 | 126 | 27 | 144 | 114 | 54 |
| Binary | 1010010 | 11000100 | 11011 | 111010 | 0 | 1010110 | 10111 | 1100100 | 1001100 | 101100 |
Color Harmonies of #52C41B
Complementary color
Monochromatic Colors of #52C41B
Black with #52C41B
Text Example
Text Example
White with #52C41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C41B; }
p { color: rgb(82,196,27); }
H1.HeaderClassName
{
color: #52C41B;
}
.AnyTagClassName
{
color: #52C41B;
}
</style>
background-color css
<style>
a { background-color: #52C41B; }
a { background-color: rgb(82,196,27); }
div.DivClassName
{
background-color: #52C41B;
}
.BgClassName
{
background-color: #52C41B;
}
</style>
border-color css
<style>
span { border-color: #52C41B; }
span { border-color: rgb(82,196,27); }
td.TdClassName
{
border-color: #52C41B;
}
.TagClassName
{
border-color: #52C41B;
}
</style>