Shades of Kelly Green #53CA00
Tints of Kelly Green #53CA00
RGB
CMYK
RGB Variations
Color information
#53CA00 (or 0x53CA00) is known color: Kelly Green. HEX triplet: 53, CA and 00. RGB value is (83,202,0). Sum of RGB (Red+Green+Blue) = 83+202+0=285 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.12% from 285); Green value is 202 (79.30% from 255 or 70.88% from 285); Blue value is 0 (0.39% from 255 or 0% from 285); Max value from RGB is 202 - color contains mainly: green. Hex color #53CA00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #53CA00 is #AC35FF. Grayscale: #909090. Windows color (decimal): -11286016 or 51795. OLE color: 51795.
HSL color Cylindrical-coordinate representation of color #53CA00: hue angle of 95.35º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #53CA00 is Cyan = 0.59, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 83 | 202 | 0 | - |
| CMYK | 0.59 | 0 | 1 | 0.21 |
| HSL | 95.35º | 1% | 0.4% | - |
| HSV(B) | 95.35º | 1% | 0.79% | - |
| XYZ | 24.69 | 44.08 | 7.21 | - |
| YUV | 143.39 | 47.08 | 84.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 202 | 0 | 0.59 | 0 | 1 | 0.21 | 95.35 | 1 | 0.4 |
| Hex | 53 | CA | 0 | 3B | 0 | 64 | 15 | 5F | 64 | 28 |
| Octal | 123 | 312 | 0 | 73 | 0 | 144 | 25 | 137 | 144 | 50 |
| Binary | 1010011 | 11001010 | 0 | 111011 | 0 | 1100100 | 10101 | 1011111 | 1100100 | 101000 |
Color Harmonies of #53CA00
Complementary color
Monochromatic Colors of #53CA00
Black with #53CA00
Text Example
Text Example
White with #53CA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CA00; }
p { color: rgb(83,202,0); }
H1.HeaderClassName
{
color: #53CA00;
}
.AnyTagClassName
{
color: #53CA00;
}
</style>
background-color css
<style>
a { background-color: #53CA00; }
a { background-color: rgb(83,202,0); }
div.DivClassName
{
background-color: #53CA00;
}
.BgClassName
{
background-color: #53CA00;
}
</style>
border-color css
<style>
span { border-color: #53CA00; }
span { border-color: rgb(83,202,0); }
td.TdClassName
{
border-color: #53CA00;
}
.TagClassName
{
border-color: #53CA00;
}
</style>