Shades of Kelly Green #52B71C
Tints of Kelly Green #52B71C
RGB
CMYK
RGB Variations
Color information
#52B71C (or 0x52B71C) is known color: Kelly Green. HEX triplet: 52, B7 and 1C. RGB value is (82,183,28). Sum of RGB (Red+Green+Blue) = 82+183+28=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 183 (71.88% from 255 or 62.46% from 293); Blue value is 28 (11.33% from 255 or 9.56% from 293); Max value from RGB is 183 - color contains mainly: green. Hex color #52B71C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52B71C is #AD48E3. Grayscale: #878787. Windows color (decimal): -11356388 or 1881938. OLE color: 1881938.
HSL color Cylindrical-coordinate representation of color #52B71C: hue angle of 99.1º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #52B71C is Cyan = 0.55, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 82 | 183 | 28 | - |
| CMYK | 0.55 | 0 | 0.85 | 0.28 |
| HSL | 99.1º | 0.73% | 0.41% | - |
| HSV(B) | 99.1º | 0.85% | 0.72% | - |
| XYZ | 20.62 | 35.74 | 6.91 | - |
| YUV | 135.13 | 67.54 | 90.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 183 | 28 | 0.55 | 0 | 0.85 | 0.28 | 99.1 | 0.73 | 0.41 |
| Hex | 52 | B7 | 1C | 37 | 0 | 55 | 1C | 63 | 49 | 29 |
| Octal | 122 | 267 | 34 | 67 | 0 | 125 | 34 | 143 | 111 | 51 |
| Binary | 1010010 | 10110111 | 11100 | 110111 | 0 | 1010101 | 11100 | 1100011 | 1001001 | 101001 |
Color Harmonies of #52B71C
Complementary color
Monochromatic Colors of #52B71C
Black with #52B71C
Text Example
Text Example
White with #52B71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B71C; }
p { color: rgb(82,183,28); }
H1.HeaderClassName
{
color: #52B71C;
}
.AnyTagClassName
{
color: #52B71C;
}
</style>
background-color css
<style>
a { background-color: #52B71C; }
a { background-color: rgb(82,183,28); }
div.DivClassName
{
background-color: #52B71C;
}
.BgClassName
{
background-color: #52B71C;
}
</style>
border-color css
<style>
span { border-color: #52B71C; }
span { border-color: rgb(82,183,28); }
td.TdClassName
{
border-color: #52B71C;
}
.TagClassName
{
border-color: #52B71C;
}
</style>