Shades of Kelly Green #63BB14
Tints of Kelly Green #63BB14
RGB
CMYK
RGB Variations
Color information
#63BB14 (or 0x63BB14) is known color: Kelly Green. HEX triplet: 63, BB and 14. RGB value is (99,187,20). Sum of RGB (Red+Green+Blue) = 99+187+20=306 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.35% from 306); Green value is 187 (73.44% from 255 or 61.11% from 306); Blue value is 20 (8.20% from 255 or 6.54% from 306); Max value from RGB is 187 - color contains mainly: green. Hex color #63BB14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #63BB14 is #9C44EB. Grayscale: #8E8E8E. Windows color (decimal): -10241260 or 1358691. OLE color: 1358691.
HSL color Cylindrical-coordinate representation of color #63BB14: hue angle of 91.62º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #63BB14 is Cyan = 0.47, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 99 | 187 | 20 | - |
| CMYK | 0.47 | 0 | 0.89 | 0.27 |
| HSL | 91.62º | 0.81% | 0.41% | - |
| HSV(B) | 91.62º | 0.89% | 0.73% | - |
| XYZ | 23.04 | 38.24 | 6.83 | - |
| YUV | 141.65 | 59.35 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 187 | 20 | 0.47 | 0 | 0.89 | 0.27 | 91.62 | 0.81 | 0.41 |
| Hex | 63 | BB | 14 | 2F | 0 | 59 | 1B | 5C | 51 | 29 |
| Octal | 143 | 273 | 24 | 57 | 0 | 131 | 33 | 134 | 121 | 51 |
| Binary | 1100011 | 10111011 | 10100 | 101111 | 0 | 1011001 | 11011 | 1011100 | 1010001 | 101001 |
Color Harmonies of #63BB14
Complementary color
Monochromatic Colors of #63BB14
Black with #63BB14
Text Example
Text Example
White with #63BB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BB14; }
p { color: rgb(99,187,20); }
H1.HeaderClassName
{
color: #63BB14;
}
.AnyTagClassName
{
color: #63BB14;
}
</style>
background-color css
<style>
a { background-color: #63BB14; }
a { background-color: rgb(99,187,20); }
div.DivClassName
{
background-color: #63BB14;
}
.BgClassName
{
background-color: #63BB14;
}
</style>
border-color css
<style>
span { border-color: #63BB14; }
span { border-color: rgb(99,187,20); }
td.TdClassName
{
border-color: #63BB14;
}
.TagClassName
{
border-color: #63BB14;
}
</style>