Shades of Kelly Green #52C61F
Tints of Kelly Green #52C61F
RGB
CMYK
RGB Variations
Color information
#52C61F (or 0x52C61F) is known color: Kelly Green. HEX triplet: 52, C6 and 1F. RGB value is (82,198,31). Sum of RGB (Red+Green+Blue) = 82+198+31=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 198 (77.73% from 255 or 63.67% from 311); Blue value is 31 (12.5% from 255 or 9.97% from 311); Max value from RGB is 198 - color contains mainly: green. Hex color #52C61F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C61F is #AD39E0. Grayscale: #909090. Windows color (decimal): -11352545 or 2082386. OLE color: 2082386.
HSL color Cylindrical-coordinate representation of color #52C61F: hue angle of 101.68º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #52C61F is Cyan = 0.59, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 82 | 198 | 31 | - |
| CMYK | 0.59 | 0 | 0.84 | 0.22 |
| HSL | 101.68º | 0.73% | 0.45% | - |
| HSV(B) | 101.68º | 0.84% | 0.78% | - |
| XYZ | 23.92 | 42.28 | 8.2 | - |
| YUV | 144.28 | 64.07 | 83.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 198 | 31 | 0.59 | 0 | 0.84 | 0.22 | 101.68 | 0.73 | 0.45 |
| Hex | 52 | C6 | 1F | 3B | 0 | 54 | 16 | 66 | 49 | 2D |
| Octal | 122 | 306 | 37 | 73 | 0 | 124 | 26 | 146 | 111 | 55 |
| Binary | 1010010 | 11000110 | 11111 | 111011 | 0 | 1010100 | 10110 | 1100110 | 1001001 | 101101 |
Color Harmonies of #52C61F
Complementary color
Monochromatic Colors of #52C61F
Black with #52C61F
Text Example
Text Example
White with #52C61F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C61F; }
p { color: rgb(82,198,31); }
H1.HeaderClassName
{
color: #52C61F;
}
.AnyTagClassName
{
color: #52C61F;
}
</style>
background-color css
<style>
a { background-color: #52C61F; }
a { background-color: rgb(82,198,31); }
div.DivClassName
{
background-color: #52C61F;
}
.BgClassName
{
background-color: #52C61F;
}
</style>
border-color css
<style>
span { border-color: #52C61F; }
span { border-color: rgb(82,198,31); }
td.TdClassName
{
border-color: #52C61F;
}
.TagClassName
{
border-color: #52C61F;
}
</style>