Shades of Kelly Green #63CD00
Tints of Kelly Green #63CD00
RGB
CMYK
RGB Variations
Color information
#63CD00 (or 0x63CD00) is known color: Kelly Green. HEX triplet: 63, CD and 00. RGB value is (99,205,0). Sum of RGB (Red+Green+Blue) = 99+205+0=304 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.57% from 304); Green value is 205 (80.47% from 255 or 67.43% from 304); Blue value is 0 (0.39% from 255 or 0% from 304); Max value from RGB is 205 - color contains mainly: green. Hex color #63CD00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #63CD00 is #9C32FF. Grayscale: #969696. Windows color (decimal): -10236672 or 52579. OLE color: 52579.
HSL color Cylindrical-coordinate representation of color #63CD00: hue angle of 91.02º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #63CD00 is Cyan = 0.52, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 99 | 205 | 0 | - |
| CMYK | 0.52 | 0 | 1 | 0.20 |
| HSL | 91.02º | 1% | 0.4% | - |
| HSV(B) | 91.02º | 1% | 0.8% | - |
| XYZ | 26.98 | 46.32 | 7.52 | - |
| YUV | 149.94 | 43.38 | 91.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 205 | 0 | 0.52 | 0 | 1 | 0.20 | 91.02 | 1 | 0.4 |
| Hex | 63 | CD | 0 | 34 | 0 | 64 | 14 | 5B | 64 | 28 |
| Octal | 143 | 315 | 0 | 64 | 0 | 144 | 24 | 133 | 144 | 50 |
| Binary | 1100011 | 11001101 | 0 | 110100 | 0 | 1100100 | 10100 | 1011011 | 1100100 | 101000 |
Color Harmonies of #63CD00
Complementary color
Monochromatic Colors of #63CD00
Black with #63CD00
Text Example
Text Example
White with #63CD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CD00; }
p { color: rgb(99,205,0); }
H1.HeaderClassName
{
color: #63CD00;
}
.AnyTagClassName
{
color: #63CD00;
}
</style>
background-color css
<style>
a { background-color: #63CD00; }
a { background-color: rgb(99,205,0); }
div.DivClassName
{
background-color: #63CD00;
}
.BgClassName
{
background-color: #63CD00;
}
</style>
border-color css
<style>
span { border-color: #63CD00; }
span { border-color: rgb(99,205,0); }
td.TdClassName
{
border-color: #63CD00;
}
.TagClassName
{
border-color: #63CD00;
}
</style>