Shades of Kelly Green #53CC04
Tints of Kelly Green #53CC04
RGB
CMYK
RGB Variations
Color information
#53CC04 (or 0x53CC04) is known color: Kelly Green. HEX triplet: 53, CC and 04. RGB value is (83,204,4). Sum of RGB (Red+Green+Blue) = 83+204+4=291 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.52% from 291); Green value is 204 (80.08% from 255 or 70.10% from 291); Blue value is 4 (1.95% from 255 or 1.37% from 291); Max value from RGB is 204 - color contains mainly: green. Hex color #53CC04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #53CC04 is #AC33FB. Grayscale: #919191. Windows color (decimal): -11285500 or 314451. OLE color: 314451.
HSL color Cylindrical-coordinate representation of color #53CC04: hue angle of 96.3º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #53CC04 is Cyan = 0.59, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 83 | 204 | 4 | - |
| CMYK | 0.59 | 0 | 0.98 | 0.2 |
| HSL | 96.3º | 0.96% | 0.41% | - |
| HSV(B) | 96.3º | 0.98% | 0.8% | - |
| XYZ | 25.18 | 45.03 | 7.48 | - |
| YUV | 145.02 | 48.41 | 83.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 204 | 4 | 0.59 | 0 | 0.98 | 0.2 | 96.3 | 0.96 | 0.41 |
| Hex | 53 | CC | 4 | 3B | 0 | 62 | 14 | 60 | 60 | 29 |
| Octal | 123 | 314 | 4 | 73 | 0 | 142 | 24 | 140 | 140 | 51 |
| Binary | 1010011 | 11001100 | 100 | 111011 | 0 | 1100010 | 10100 | 1100000 | 1100000 | 101001 |
Color Harmonies of #53CC04
Complementary color
Monochromatic Colors of #53CC04
Black with #53CC04
Text Example
Text Example
White with #53CC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CC04; }
p { color: rgb(83,204,4); }
H1.HeaderClassName
{
color: #53CC04;
}
.AnyTagClassName
{
color: #53CC04;
}
</style>
background-color css
<style>
a { background-color: #53CC04; }
a { background-color: rgb(83,204,4); }
div.DivClassName
{
background-color: #53CC04;
}
.BgClassName
{
background-color: #53CC04;
}
</style>
border-color css
<style>
span { border-color: #53CC04; }
span { border-color: rgb(83,204,4); }
td.TdClassName
{
border-color: #53CC04;
}
.TagClassName
{
border-color: #53CC04;
}
</style>