Shades of Kelly Green #53DF0B
Tints of Kelly Green #53DF0B
RGB
CMYK
RGB Variations
Color information
#53DF0B (or 0x53DF0B) is known color: Kelly Green. HEX triplet: 53, DF and 0B. RGB value is (83,223,11). Sum of RGB (Red+Green+Blue) = 83+223+11=317 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.18% from 317); Green value is 223 (87.5% from 255 or 70.35% from 317); Blue value is 11 (4.69% from 255 or 3.47% from 317); Max value from RGB is 223 - color contains mainly: green. Hex color #53DF0B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #53DF0B is #AC20F4. Grayscale: #9D9D9D. Windows color (decimal): -11280629 or 778067. OLE color: 778067.
HSL color Cylindrical-coordinate representation of color #53DF0B: hue angle of 99.62º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #53DF0B is Cyan = 0.63, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 223 | 11 | - |
| CMYK | 0.63 | 0 | 0.95 | 0.13 |
| HSL | 99.62º | 0.91% | 0.46% | - |
| HSV(B) | 99.62º | 0.95% | 0.87% | - |
| XYZ | 30.02 | 54.64 | 9.28 | - |
| YUV | 156.97 | 45.62 | 75.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 223 | 11 | 0.63 | 0 | 0.95 | 0.13 | 99.62 | 0.91 | 0.46 |
| Hex | 53 | DF | B | 3F | 0 | 5F | D | 64 | 5B | 2E |
| Octal | 123 | 337 | 13 | 77 | 0 | 137 | 15 | 144 | 133 | 56 |
| Binary | 1010011 | 11011111 | 1011 | 111111 | 0 | 1011111 | 1101 | 1100100 | 1011011 | 101110 |
Color Harmonies of #53DF0B
Complementary color
Monochromatic Colors of #53DF0B
Black with #53DF0B
Text Example
Text Example
White with #53DF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DF0B; }
p { color: rgb(83,223,11); }
H1.HeaderClassName
{
color: #53DF0B;
}
.AnyTagClassName
{
color: #53DF0B;
}
</style>
background-color css
<style>
a { background-color: #53DF0B; }
a { background-color: rgb(83,223,11); }
div.DivClassName
{
background-color: #53DF0B;
}
.BgClassName
{
background-color: #53DF0B;
}
</style>
border-color css
<style>
span { border-color: #53DF0B; }
span { border-color: rgb(83,223,11); }
td.TdClassName
{
border-color: #53DF0B;
}
.TagClassName
{
border-color: #53DF0B;
}
</style>