Shades of Kelly Green #52A91B
Tints of Kelly Green #52A91B
RGB
CMYK
RGB Variations
Color information
#52A91B (or 0x52A91B) is known color: Kelly Green. HEX triplet: 52, A9 and 1B. RGB value is (82,169,27). Sum of RGB (Red+Green+Blue) = 82+169+27=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 169 (66.41% from 255 or 60.79% from 278); Blue value is 27 (10.94% from 255 or 9.71% from 278); Max value from RGB is 169 - color contains mainly: green. Hex color #52A91B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A91B is #AD56E4. Grayscale: #7F7F7F. Windows color (decimal): -11359973 or 1812818. OLE color: 1812818.
HSL color Cylindrical-coordinate representation of color #52A91B: hue angle of 96.76º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #52A91B is Cyan = 0.51, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 82 | 169 | 27 | - |
| CMYK | 0.51 | 0 | 0.84 | 0.34 |
| HSL | 96.76º | 0.72% | 0.38% | - |
| HSV(B) | 96.76º | 0.84% | 0.66% | - |
| XYZ | 17.87 | 30.25 | 5.93 | - |
| YUV | 126.8 | 71.68 | 96.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 169 | 27 | 0.51 | 0 | 0.84 | 0.34 | 96.76 | 0.72 | 0.38 |
| Hex | 52 | A9 | 1B | 33 | 0 | 54 | 22 | 61 | 48 | 26 |
| Octal | 122 | 251 | 33 | 63 | 0 | 124 | 42 | 141 | 110 | 46 |
| Binary | 1010010 | 10101001 | 11011 | 110011 | 0 | 1010100 | 100010 | 1100001 | 1001000 | 100110 |
Color Harmonies of #52A91B
Complementary color
Monochromatic Colors of #52A91B
Black with #52A91B
Text Example
Text Example
White with #52A91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A91B; }
p { color: rgb(82,169,27); }
H1.HeaderClassName
{
color: #52A91B;
}
.AnyTagClassName
{
color: #52A91B;
}
</style>
background-color css
<style>
a { background-color: #52A91B; }
a { background-color: rgb(82,169,27); }
div.DivClassName
{
background-color: #52A91B;
}
.BgClassName
{
background-color: #52A91B;
}
</style>
border-color css
<style>
span { border-color: #52A91B; }
span { border-color: rgb(82,169,27); }
td.TdClassName
{
border-color: #52A91B;
}
.TagClassName
{
border-color: #52A91B;
}
</style>