Shades of Kelly Green #53CF14
Tints of Kelly Green #53CF14
RGB
CMYK
RGB Variations
Color information
#53CF14 (or 0x53CF14) is known color: Kelly Green. HEX triplet: 53, CF and 14. RGB value is (83,207,20). Sum of RGB (Red+Green+Blue) = 83+207+20=310 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.77% from 310); Green value is 207 (81.25% from 255 or 66.77% from 310); Blue value is 20 (8.20% from 255 or 6.45% from 310); Max value from RGB is 207 - color contains mainly: green. Hex color #53CF14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #53CF14 is #AC30EB. Grayscale: #959595. Windows color (decimal): -11284716 or 1363795. OLE color: 1363795.
HSL color Cylindrical-coordinate representation of color #53CF14: hue angle of 99.79º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #53CF14 is Cyan = 0.60, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 207 | 20 | - |
| CMYK | 0.60 | 0 | 0.90 | 0.19 |
| HSL | 99.79º | 0.82% | 0.45% | - |
| HSV(B) | 99.79º | 0.9% | 0.81% | - |
| XYZ | 26.01 | 46.52 | 8.27 | - |
| YUV | 148.61 | 55.42 | 81.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 207 | 20 | 0.60 | 0 | 0.90 | 0.19 | 99.79 | 0.82 | 0.45 |
| Hex | 53 | CF | 14 | 3C | 0 | 5A | 13 | 64 | 52 | 2D |
| Octal | 123 | 317 | 24 | 74 | 0 | 132 | 23 | 144 | 122 | 55 |
| Binary | 1010011 | 11001111 | 10100 | 111100 | 0 | 1011010 | 10011 | 1100100 | 1010010 | 101101 |
Color Harmonies of #53CF14
Complementary color
Monochromatic Colors of #53CF14
Black with #53CF14
Text Example
Text Example
White with #53CF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CF14; }
p { color: rgb(83,207,20); }
H1.HeaderClassName
{
color: #53CF14;
}
.AnyTagClassName
{
color: #53CF14;
}
</style>
background-color css
<style>
a { background-color: #53CF14; }
a { background-color: rgb(83,207,20); }
div.DivClassName
{
background-color: #53CF14;
}
.BgClassName
{
background-color: #53CF14;
}
</style>
border-color css
<style>
span { border-color: #53CF14; }
span { border-color: rgb(83,207,20); }
td.TdClassName
{
border-color: #53CF14;
}
.TagClassName
{
border-color: #53CF14;
}
</style>