Shades of Kelly Green #53BC03
Tints of Kelly Green #53BC03
RGB
CMYK
RGB Variations
Color information
#53BC03 (or 0x53BC03) is known color: Kelly Green. HEX triplet: 53, BC and 03. RGB value is (83,188,3). Sum of RGB (Red+Green+Blue) = 83+188+3=274 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.29% from 274); Green value is 188 (73.83% from 255 or 68.61% from 274); Blue value is 3 (1.56% from 255 or 1.09% from 274); Max value from RGB is 188 - color contains mainly: green. Hex color #53BC03 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #53BC03 is #AC43FC. Grayscale: #888888. Windows color (decimal): -11289597 or 244819. OLE color: 244819.
HSL color Cylindrical-coordinate representation of color #53BC03: hue angle of 94.05º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #53BC03 is Cyan = 0.56, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 188 | 3 | - |
| CMYK | 0.56 | 0 | 0.98 | 0.26 |
| HSL | 94.05º | 0.97% | 0.37% | - |
| HSV(B) | 94.05º | 0.98% | 0.74% | - |
| XYZ | 21.57 | 37.81 | 6.25 | - |
| YUV | 135.52 | 53.21 | 90.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 188 | 3 | 0.56 | 0 | 0.98 | 0.26 | 94.05 | 0.97 | 0.37 |
| Hex | 53 | BC | 3 | 38 | 0 | 62 | 1A | 5E | 61 | 25 |
| Octal | 123 | 274 | 3 | 70 | 0 | 142 | 32 | 136 | 141 | 45 |
| Binary | 1010011 | 10111100 | 11 | 111000 | 0 | 1100010 | 11010 | 1011110 | 1100001 | 100101 |
Color Harmonies of #53BC03
Complementary color
Monochromatic Colors of #53BC03
Black with #53BC03
Text Example
Text Example
White with #53BC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BC03; }
p { color: rgb(83,188,3); }
H1.HeaderClassName
{
color: #53BC03;
}
.AnyTagClassName
{
color: #53BC03;
}
</style>
background-color css
<style>
a { background-color: #53BC03; }
a { background-color: rgb(83,188,3); }
div.DivClassName
{
background-color: #53BC03;
}
.BgClassName
{
background-color: #53BC03;
}
</style>
border-color css
<style>
span { border-color: #53BC03; }
span { border-color: rgb(83,188,3); }
td.TdClassName
{
border-color: #53BC03;
}
.TagClassName
{
border-color: #53BC03;
}
</style>