Shades of Kelly Green #63D000
Tints of Kelly Green #63D000
RGB
CMYK
RGB Variations
Color information
#63D000 (or 0x63D000) is known color: Kelly Green. HEX triplet: 63, D0 and 00. RGB value is (99,208,0). Sum of RGB (Red+Green+Blue) = 99+208+0=307 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.25% from 307); Green value is 208 (81.64% from 255 or 67.75% from 307); Blue value is 0 (0.39% from 255 or 0% from 307); Max value from RGB is 208 - color contains mainly: green. Hex color #63D000 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #63D000 is #9C2FFF. Grayscale: #989898. Windows color (decimal): -10235904 or 53347. OLE color: 53347.
HSL color Cylindrical-coordinate representation of color #63D000: hue angle of 91.44º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #63D000 is Cyan = 0.52, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 99 | 208 | 0 | - |
| CMYK | 0.52 | 0 | 1 | 0.18 |
| HSL | 91.44º | 1% | 0.41% | - |
| HSV(B) | 91.44º | 1% | 0.82% | - |
| XYZ | 27.7 | 47.76 | 7.76 | - |
| YUV | 151.7 | 42.39 | 90.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 208 | 0 | 0.52 | 0 | 1 | 0.18 | 91.44 | 1 | 0.41 |
| Hex | 63 | D0 | 0 | 34 | 0 | 64 | 12 | 5B | 64 | 29 |
| Octal | 143 | 320 | 0 | 64 | 0 | 144 | 22 | 133 | 144 | 51 |
| Binary | 1100011 | 11010000 | 0 | 110100 | 0 | 1100100 | 10010 | 1011011 | 1100100 | 101001 |
Color Harmonies of #63D000
Complementary color
Monochromatic Colors of #63D000
Black with #63D000
Text Example
Text Example
White with #63D000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63D000; }
p { color: rgb(99,208,0); }
H1.HeaderClassName
{
color: #63D000;
}
.AnyTagClassName
{
color: #63D000;
}
</style>
background-color css
<style>
a { background-color: #63D000; }
a { background-color: rgb(99,208,0); }
div.DivClassName
{
background-color: #63D000;
}
.BgClassName
{
background-color: #63D000;
}
</style>
border-color css
<style>
span { border-color: #63D000; }
span { border-color: rgb(99,208,0); }
td.TdClassName
{
border-color: #63D000;
}
.TagClassName
{
border-color: #63D000;
}
</style>