Shades of Kelly Green #53CB03
Tints of Kelly Green #53CB03
RGB
CMYK
RGB Variations
Color information
#53CB03 (or 0x53CB03) is known color: Kelly Green. HEX triplet: 53, CB and 03. RGB value is (83,203,3). Sum of RGB (Red+Green+Blue) = 83+203+3=289 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.72% from 289); Green value is 203 (79.69% from 255 or 70.24% from 289); Blue value is 3 (1.56% from 255 or 1.04% from 289); Max value from RGB is 203 - color contains mainly: green. Hex color #53CB03 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #53CB03 is #AC34FC. Grayscale: #919191. Windows color (decimal): -11285757 or 248659. OLE color: 248659.
HSL color Cylindrical-coordinate representation of color #53CB03: hue angle of 96º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #53CB03 is Cyan = 0.59, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 203 | 3 | - |
| CMYK | 0.59 | 0 | 0.99 | 0.20 |
| HSL | 96º | 0.97% | 0.4% | - |
| HSV(B) | 96º | 0.99% | 0.8% | - |
| XYZ | 24.94 | 44.56 | 7.37 | - |
| YUV | 144.32 | 48.24 | 84.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 203 | 3 | 0.59 | 0 | 0.99 | 0.20 | 96 | 0.97 | 0.4 |
| Hex | 53 | CB | 3 | 3B | 0 | 63 | 14 | 60 | 61 | 28 |
| Octal | 123 | 313 | 3 | 73 | 0 | 143 | 24 | 140 | 141 | 50 |
| Binary | 1010011 | 11001011 | 11 | 111011 | 0 | 1100011 | 10100 | 1100000 | 1100001 | 101000 |
Color Harmonies of #53CB03
Complementary color
Monochromatic Colors of #53CB03
Black with #53CB03
Text Example
Text Example
White with #53CB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CB03; }
p { color: rgb(83,203,3); }
H1.HeaderClassName
{
color: #53CB03;
}
.AnyTagClassName
{
color: #53CB03;
}
</style>
background-color css
<style>
a { background-color: #53CB03; }
a { background-color: rgb(83,203,3); }
div.DivClassName
{
background-color: #53CB03;
}
.BgClassName
{
background-color: #53CB03;
}
</style>
border-color css
<style>
span { border-color: #53CB03; }
span { border-color: rgb(83,203,3); }
td.TdClassName
{
border-color: #53CB03;
}
.TagClassName
{
border-color: #53CB03;
}
</style>