Shades of Kelly Green #52C304
Tints of Kelly Green #52C304
RGB
CMYK
RGB Variations
Color information
#52C304 (or 0x52C304) is known color: Kelly Green. HEX triplet: 52, C3 and 04. RGB value is (82,195,4). Sum of RGB (Red+Green+Blue) = 82+195+4=281 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.18% from 281); Green value is 195 (76.56% from 255 or 69.40% from 281); Blue value is 4 (1.95% from 255 or 1.42% from 281); Max value from RGB is 195 - color contains mainly: green. Hex color #52C304 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52C304 is #AD3CFB. Grayscale: #8C8C8C. Windows color (decimal): -11353340 or 312146. OLE color: 312146.
HSL color Cylindrical-coordinate representation of color #52C304: hue angle of 95.5º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #52C304 is Cyan = 0.58, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 195 | 4 | - |
| CMYK | 0.58 | 0 | 0.98 | 0.24 |
| HSL | 95.5º | 0.96% | 0.39% | - |
| HSV(B) | 95.5º | 0.98% | 0.76% | - |
| XYZ | 23.02 | 40.83 | 6.78 | - |
| YUV | 139.44 | 51.56 | 87.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 195 | 4 | 0.58 | 0 | 0.98 | 0.24 | 95.5 | 0.96 | 0.39 |
| Hex | 52 | C3 | 4 | 3A | 0 | 62 | 18 | 5F | 60 | 27 |
| Octal | 122 | 303 | 4 | 72 | 0 | 142 | 30 | 137 | 140 | 47 |
| Binary | 1010010 | 11000011 | 100 | 111010 | 0 | 1100010 | 11000 | 1011111 | 1100000 | 100111 |
Color Harmonies of #52C304
Complementary color
Monochromatic Colors of #52C304
Black with #52C304
Text Example
Text Example
White with #52C304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C304; }
p { color: rgb(82,195,4); }
H1.HeaderClassName
{
color: #52C304;
}
.AnyTagClassName
{
color: #52C304;
}
</style>
background-color css
<style>
a { background-color: #52C304; }
a { background-color: rgb(82,195,4); }
div.DivClassName
{
background-color: #52C304;
}
.BgClassName
{
background-color: #52C304;
}
</style>
border-color css
<style>
span { border-color: #52C304; }
span { border-color: rgb(82,195,4); }
td.TdClassName
{
border-color: #52C304;
}
.TagClassName
{
border-color: #52C304;
}
</style>