Shades of Kelly Green #63DA14
Tints of Kelly Green #63DA14
RGB
CMYK
RGB Variations
Color information
#63DA14 (or 0x63DA14) is known color: Kelly Green. HEX triplet: 63, DA and 14. RGB value is (99,218,20). Sum of RGB (Red+Green+Blue) = 99+218+20=337 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.38% from 337); Green value is 218 (85.55% from 255 or 64.69% from 337); Blue value is 20 (8.20% from 255 or 5.93% from 337); Max value from RGB is 218 - color contains mainly: green. Hex color #63DA14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #63DA14 is #9C25EB. Grayscale: #A0A0A0. Windows color (decimal): -10233324 or 1366627. OLE color: 1366627.
HSL color Cylindrical-coordinate representation of color #63DA14: hue angle of 96.06º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #63DA14 is Cyan = 0.55, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 99 | 218 | 20 | - |
| CMYK | 0.55 | 0 | 0.91 | 0.15 |
| HSL | 96.06º | 0.83% | 0.47% | - |
| HSV(B) | 96.06º | 0.91% | 0.85% | - |
| XYZ | 30.34 | 52.85 | 9.26 | - |
| YUV | 159.85 | 49.08 | 84.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 218 | 20 | 0.55 | 0 | 0.91 | 0.15 | 96.06 | 0.83 | 0.47 |
| Hex | 63 | DA | 14 | 37 | 0 | 5B | F | 60 | 53 | 2F |
| Octal | 143 | 332 | 24 | 67 | 0 | 133 | 17 | 140 | 123 | 57 |
| Binary | 1100011 | 11011010 | 10100 | 110111 | 0 | 1011011 | 1111 | 1100000 | 1010011 | 101111 |
Color Harmonies of #63DA14
Complementary color
Monochromatic Colors of #63DA14
Black with #63DA14
Text Example
Text Example
White with #63DA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DA14; }
p { color: rgb(99,218,20); }
H1.HeaderClassName
{
color: #63DA14;
}
.AnyTagClassName
{
color: #63DA14;
}
</style>
background-color css
<style>
a { background-color: #63DA14; }
a { background-color: rgb(99,218,20); }
div.DivClassName
{
background-color: #63DA14;
}
.BgClassName
{
background-color: #63DA14;
}
</style>
border-color css
<style>
span { border-color: #63DA14; }
span { border-color: rgb(99,218,20); }
td.TdClassName
{
border-color: #63DA14;
}
.TagClassName
{
border-color: #63DA14;
}
</style>