Shades of Kelly Green #63BE14
Tints of Kelly Green #63BE14
RGB
CMYK
RGB Variations
Color information
#63BE14 (or 0x63BE14) is known color: Kelly Green. HEX triplet: 63, BE and 14. RGB value is (99,190,20). Sum of RGB (Red+Green+Blue) = 99+190+20=309 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.04% from 309); Green value is 190 (74.61% from 255 or 61.49% from 309); Blue value is 20 (8.20% from 255 or 6.47% from 309); Max value from RGB is 190 - color contains mainly: green. Hex color #63BE14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #63BE14 is #9C41EB. Grayscale: #8F8F8F. Windows color (decimal): -10240492 or 1359459. OLE color: 1359459.
HSL color Cylindrical-coordinate representation of color #63BE14: hue angle of 92.12º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #63BE14 is Cyan = 0.48, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 99 | 190 | 20 | - |
| CMYK | 0.48 | 0 | 0.89 | 0.25 |
| HSL | 92.12º | 0.81% | 0.41% | - |
| HSV(B) | 92.12º | 0.89% | 0.75% | - |
| XYZ | 23.69 | 39.53 | 7.04 | - |
| YUV | 143.41 | 58.35 | 96.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 190 | 20 | 0.48 | 0 | 0.89 | 0.25 | 92.12 | 0.81 | 0.41 |
| Hex | 63 | BE | 14 | 30 | 0 | 59 | 19 | 5C | 51 | 29 |
| Octal | 143 | 276 | 24 | 60 | 0 | 131 | 31 | 134 | 121 | 51 |
| Binary | 1100011 | 10111110 | 10100 | 110000 | 0 | 1011001 | 11001 | 1011100 | 1010001 | 101001 |
Color Harmonies of #63BE14
Complementary color
Monochromatic Colors of #63BE14
Black with #63BE14
Text Example
Text Example
White with #63BE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BE14; }
p { color: rgb(99,190,20); }
H1.HeaderClassName
{
color: #63BE14;
}
.AnyTagClassName
{
color: #63BE14;
}
</style>
background-color css
<style>
a { background-color: #63BE14; }
a { background-color: rgb(99,190,20); }
div.DivClassName
{
background-color: #63BE14;
}
.BgClassName
{
background-color: #63BE14;
}
</style>
border-color css
<style>
span { border-color: #63BE14; }
span { border-color: rgb(99,190,20); }
td.TdClassName
{
border-color: #63BE14;
}
.TagClassName
{
border-color: #63BE14;
}
</style>