Shades of Kelly Green #63C420
Tints of Kelly Green #63C420
RGB
CMYK
RGB Variations
Color information
#63C420 (or 0x63C420) is known color: Kelly Green. HEX triplet: 63, C4 and 20. RGB value is (99,196,32). Sum of RGB (Red+Green+Blue) = 99+196+32=327 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.28% from 327); Green value is 196 (76.95% from 255 or 59.94% from 327); Blue value is 32 (12.89% from 255 or 9.79% from 327); Max value from RGB is 196 - color contains mainly: green. Hex color #63C420 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63C420 is #9C3BDF. Grayscale: #949494. Windows color (decimal): -10238944 or 2147427. OLE color: 2147427.
HSL color Cylindrical-coordinate representation of color #63C420: hue angle of 95.49º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #63C420 is Cyan = 0.49, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 99 | 196 | 32 | - |
| CMYK | 0.49 | 0 | 0.84 | 0.23 |
| HSL | 95.49º | 0.72% | 0.45% | - |
| HSV(B) | 95.49º | 0.84% | 0.77% | - |
| XYZ | 25.15 | 42.24 | 8.19 | - |
| YUV | 148.3 | 62.36 | 92.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 196 | 32 | 0.49 | 0 | 0.84 | 0.23 | 95.49 | 0.72 | 0.45 |
| Hex | 63 | C4 | 20 | 31 | 0 | 54 | 17 | 5F | 48 | 2D |
| Octal | 143 | 304 | 40 | 61 | 0 | 124 | 27 | 137 | 110 | 55 |
| Binary | 1100011 | 11000100 | 100000 | 110001 | 0 | 1010100 | 10111 | 1011111 | 1001000 | 101101 |
Color Harmonies of #63C420
Complementary color
Monochromatic Colors of #63C420
Black with #63C420
Text Example
Text Example
White with #63C420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63C420; }
p { color: rgb(99,196,32); }
H1.HeaderClassName
{
color: #63C420;
}
.AnyTagClassName
{
color: #63C420;
}
</style>
background-color css
<style>
a { background-color: #63C420; }
a { background-color: rgb(99,196,32); }
div.DivClassName
{
background-color: #63C420;
}
.BgClassName
{
background-color: #63C420;
}
</style>
border-color css
<style>
span { border-color: #63C420; }
span { border-color: rgb(99,196,32); }
td.TdClassName
{
border-color: #63C420;
}
.TagClassName
{
border-color: #63C420;
}
</style>