Shades of Kelly Green #52BD04
Tints of Kelly Green #52BD04
RGB
CMYK
RGB Variations
Color information
#52BD04 (or 0x52BD04) is known color: Kelly Green. HEX triplet: 52, BD and 04. RGB value is (82,189,4). Sum of RGB (Red+Green+Blue) = 82+189+4=275 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.82% from 275); Green value is 189 (74.22% from 255 or 68.73% from 275); Blue value is 4 (1.95% from 255 or 1.45% from 275); Max value from RGB is 189 - color contains mainly: green. Hex color #52BD04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52BD04 is #AD42FB. Grayscale: #888888. Windows color (decimal): -11354876 or 310610. OLE color: 310610.
HSL color Cylindrical-coordinate representation of color #52BD04: hue angle of 94.7º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #52BD04 is Cyan = 0.57, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 189 | 4 | - |
| CMYK | 0.57 | 0 | 0.98 | 0.26 |
| HSL | 94.7º | 0.96% | 0.38% | - |
| HSV(B) | 94.7º | 0.98% | 0.74% | - |
| XYZ | 21.7 | 38.2 | 6.34 | - |
| YUV | 135.92 | 53.55 | 89.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 189 | 4 | 0.57 | 0 | 0.98 | 0.26 | 94.7 | 0.96 | 0.38 |
| Hex | 52 | BD | 4 | 39 | 0 | 62 | 1A | 5F | 60 | 26 |
| Octal | 122 | 275 | 4 | 71 | 0 | 142 | 32 | 137 | 140 | 46 |
| Binary | 1010010 | 10111101 | 100 | 111001 | 0 | 1100010 | 11010 | 1011111 | 1100000 | 100110 |
Color Harmonies of #52BD04
Complementary color
Monochromatic Colors of #52BD04
Black with #52BD04
Text Example
Text Example
White with #52BD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BD04; }
p { color: rgb(82,189,4); }
H1.HeaderClassName
{
color: #52BD04;
}
.AnyTagClassName
{
color: #52BD04;
}
</style>
background-color css
<style>
a { background-color: #52BD04; }
a { background-color: rgb(82,189,4); }
div.DivClassName
{
background-color: #52BD04;
}
.BgClassName
{
background-color: #52BD04;
}
</style>
border-color css
<style>
span { border-color: #52BD04; }
span { border-color: rgb(82,189,4); }
td.TdClassName
{
border-color: #52BD04;
}
.TagClassName
{
border-color: #52BD04;
}
</style>