Shades of Kelly Green #63DB14
Tints of Kelly Green #63DB14
RGB
CMYK
RGB Variations
Color information
#63DB14 (or 0x63DB14) is known color: Kelly Green. HEX triplet: 63, DB and 14. RGB value is (99,219,20). Sum of RGB (Red+Green+Blue) = 99+219+20=338 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.29% from 338); Green value is 219 (85.94% from 255 or 64.79% from 338); Blue value is 20 (8.20% from 255 or 5.92% from 338); Max value from RGB is 219 - color contains mainly: green. Hex color #63DB14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #63DB14 is #9C24EB. Grayscale: #A1A1A1. Windows color (decimal): -10233068 or 1366883. OLE color: 1366883.
HSL color Cylindrical-coordinate representation of color #63DB14: hue angle of 96.18º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #63DB14 is Cyan = 0.55, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 219 | 20 | - |
| CMYK | 0.55 | 0 | 0.91 | 0.14 |
| HSL | 96.18º | 0.83% | 0.47% | - |
| HSV(B) | 96.18º | 0.91% | 0.86% | - |
| XYZ | 30.6 | 53.37 | 9.35 | - |
| YUV | 160.43 | 48.74 | 84.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 219 | 20 | 0.55 | 0 | 0.91 | 0.14 | 96.18 | 0.83 | 0.47 |
| Hex | 63 | DB | 14 | 37 | 0 | 5B | E | 60 | 53 | 2F |
| Octal | 143 | 333 | 24 | 67 | 0 | 133 | 16 | 140 | 123 | 57 |
| Binary | 1100011 | 11011011 | 10100 | 110111 | 0 | 1011011 | 1110 | 1100000 | 1010011 | 101111 |
Color Harmonies of #63DB14
Complementary color
Monochromatic Colors of #63DB14
Black with #63DB14
Text Example
Text Example
White with #63DB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DB14; }
p { color: rgb(99,219,20); }
H1.HeaderClassName
{
color: #63DB14;
}
.AnyTagClassName
{
color: #63DB14;
}
</style>
background-color css
<style>
a { background-color: #63DB14; }
a { background-color: rgb(99,219,20); }
div.DivClassName
{
background-color: #63DB14;
}
.BgClassName
{
background-color: #63DB14;
}
</style>
border-color css
<style>
span { border-color: #63DB14; }
span { border-color: rgb(99,219,20); }
td.TdClassName
{
border-color: #63DB14;
}
.TagClassName
{
border-color: #63DB14;
}
</style>