Shades of Kelly Green #53BD03
Tints of Kelly Green #53BD03
RGB
CMYK
RGB Variations
Color information
#53BD03 (or 0x53BD03) is known color: Kelly Green. HEX triplet: 53, BD and 03. RGB value is (83,189,3). Sum of RGB (Red+Green+Blue) = 83+189+3=275 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.18% from 275); Green value is 189 (74.22% from 255 or 68.73% from 275); Blue value is 3 (1.56% from 255 or 1.09% from 275); Max value from RGB is 189 - color contains mainly: green. Hex color #53BD03 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #53BD03 is #AC42FC. Grayscale: #888888. Windows color (decimal): -11289341 or 245075. OLE color: 245075.
HSL color Cylindrical-coordinate representation of color #53BD03: hue angle of 94.19º degrees, saturation: 0.97, 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 #53BD03 is Cyan = 0.56, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 189 | 3 | - |
| CMYK | 0.56 | 0 | 0.98 | 0.26 |
| HSL | 94.19º | 0.97% | 0.38% | - |
| HSV(B) | 94.19º | 0.98% | 0.74% | - |
| XYZ | 21.78 | 38.24 | 6.32 | - |
| YUV | 136.1 | 52.88 | 90.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 189 | 3 | 0.56 | 0 | 0.98 | 0.26 | 94.19 | 0.97 | 0.38 |
| Hex | 53 | BD | 3 | 38 | 0 | 62 | 1A | 5E | 61 | 26 |
| Octal | 123 | 275 | 3 | 70 | 0 | 142 | 32 | 136 | 141 | 46 |
| Binary | 1010011 | 10111101 | 11 | 111000 | 0 | 1100010 | 11010 | 1011110 | 1100001 | 100110 |
Color Harmonies of #53BD03
Complementary color
Monochromatic Colors of #53BD03
Black with #53BD03
Text Example
Text Example
White with #53BD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BD03; }
p { color: rgb(83,189,3); }
H1.HeaderClassName
{
color: #53BD03;
}
.AnyTagClassName
{
color: #53BD03;
}
</style>
background-color css
<style>
a { background-color: #53BD03; }
a { background-color: rgb(83,189,3); }
div.DivClassName
{
background-color: #53BD03;
}
.BgClassName
{
background-color: #53BD03;
}
</style>
border-color css
<style>
span { border-color: #53BD03; }
span { border-color: rgb(83,189,3); }
td.TdClassName
{
border-color: #53BD03;
}
.TagClassName
{
border-color: #53BD03;
}
</style>