Shades of Kelly Green #53DF14
Tints of Kelly Green #53DF14
RGB
CMYK
RGB Variations
Color information
#53DF14 (or 0x53DF14) is known color: Kelly Green. HEX triplet: 53, DF and 14. RGB value is (83,223,20). Sum of RGB (Red+Green+Blue) = 83+223+20=326 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.46% from 326); Green value is 223 (87.5% from 255 or 68.40% from 326); Blue value is 20 (8.20% from 255 or 6.13% from 326); Max value from RGB is 223 - color contains mainly: green. Hex color #53DF14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #53DF14 is #AC20EB. Grayscale: #9E9E9E. Windows color (decimal): -11280620 or 1367891. OLE color: 1367891.
HSL color Cylindrical-coordinate representation of color #53DF14: hue angle of 101.38º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #53DF14 is Cyan = 0.63, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 223 | 20 | - |
| CMYK | 0.63 | 0 | 0.91 | 0.13 |
| HSL | 101.38º | 0.84% | 0.48% | - |
| HSV(B) | 101.38º | 0.91% | 0.87% | - |
| XYZ | 30.08 | 54.66 | 9.63 | - |
| YUV | 158 | 50.12 | 74.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 223 | 20 | 0.63 | 0 | 0.91 | 0.13 | 101.38 | 0.84 | 0.48 |
| Hex | 53 | DF | 14 | 3F | 0 | 5B | D | 65 | 54 | 30 |
| Octal | 123 | 337 | 24 | 77 | 0 | 133 | 15 | 145 | 124 | 60 |
| Binary | 1010011 | 11011111 | 10100 | 111111 | 0 | 1011011 | 1101 | 1100101 | 1010100 | 110000 |
Color Harmonies of #53DF14
Complementary color
Monochromatic Colors of #53DF14
Black with #53DF14
Text Example
Text Example
White with #53DF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DF14; }
p { color: rgb(83,223,20); }
H1.HeaderClassName
{
color: #53DF14;
}
.AnyTagClassName
{
color: #53DF14;
}
</style>
background-color css
<style>
a { background-color: #53DF14; }
a { background-color: rgb(83,223,20); }
div.DivClassName
{
background-color: #53DF14;
}
.BgClassName
{
background-color: #53DF14;
}
</style>
border-color css
<style>
span { border-color: #53DF14; }
span { border-color: rgb(83,223,20); }
td.TdClassName
{
border-color: #53DF14;
}
.TagClassName
{
border-color: #53DF14;
}
</style>