Shades of Kelly Green #52B401
Tints of Kelly Green #52B401
RGB
CMYK
RGB Variations
Color information
#52B401 (or 0x52B401) is known color: Kelly Green. HEX triplet: 52, B4 and 01. RGB value is (82,180,1). Sum of RGB (Red+Green+Blue) = 82+180+1=263 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.18% from 263); Green value is 180 (70.70% from 255 or 68.44% from 263); Blue value is 1 (0.78% from 255 or 0.38% from 263); Max value from RGB is 180 - color contains mainly: green. Hex color #52B401 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52B401 is #AD4BFE. Grayscale: #828282. Windows color (decimal): -11357183 or 111698. OLE color: 111698.
HSL color Cylindrical-coordinate representation of color #52B401: hue angle of 92.85º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #52B401 is Cyan = 0.54, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 82 | 180 | 1 | - |
| CMYK | 0.54 | 0 | 0.99 | 0.29 |
| HSL | 92.85º | 0.99% | 0.35% | - |
| HSV(B) | 92.85º | 0.99% | 0.71% | - |
| XYZ | 19.81 | 34.44 | 5.63 | - |
| YUV | 130.29 | 55.03 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 180 | 1 | 0.54 | 0 | 0.99 | 0.29 | 92.85 | 0.99 | 0.35 |
| Hex | 52 | B4 | 1 | 36 | 0 | 63 | 1D | 5D | 63 | 23 |
| Octal | 122 | 264 | 1 | 66 | 0 | 143 | 35 | 135 | 143 | 43 |
| Binary | 1010010 | 10110100 | 1 | 110110 | 0 | 1100011 | 11101 | 1011101 | 1100011 | 100011 |
Color Harmonies of #52B401
Complementary color
Monochromatic Colors of #52B401
Black with #52B401
Text Example
Text Example
White with #52B401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B401; }
p { color: rgb(82,180,1); }
H1.HeaderClassName
{
color: #52B401;
}
.AnyTagClassName
{
color: #52B401;
}
</style>
background-color css
<style>
a { background-color: #52B401; }
a { background-color: rgb(82,180,1); }
div.DivClassName
{
background-color: #52B401;
}
.BgClassName
{
background-color: #52B401;
}
</style>
border-color css
<style>
span { border-color: #52B401; }
span { border-color: rgb(82,180,1); }
td.TdClassName
{
border-color: #52B401;
}
.TagClassName
{
border-color: #52B401;
}
</style>