Shades of Kelly Green #63D80F
Tints of Kelly Green #63D80F
RGB
CMYK
RGB Variations
Color information
#63D80F (or 0x63D80F) is known color: Kelly Green. HEX triplet: 63, D8 and 0F. RGB value is (99,216,15). Sum of RGB (Red+Green+Blue) = 99+216+15=330 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30% from 330); Green value is 216 (84.77% from 255 or 65.45% from 330); Blue value is 15 (6.25% from 255 or 4.55% from 330); Max value from RGB is 216 - color contains mainly: green. Hex color #63D80F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #63D80F is #9C27F0. Grayscale: #9E9E9E. Windows color (decimal): -10233841 or 1038435. OLE color: 1038435.
HSL color Cylindrical-coordinate representation of color #63D80F: hue angle of 94.93º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #63D80F is Cyan = 0.54, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 99 | 216 | 15 | - |
| CMYK | 0.54 | 0 | 0.93 | 0.15 |
| HSL | 94.93º | 0.87% | 0.45% | - |
| HSV(B) | 94.93º | 0.93% | 0.85% | - |
| XYZ | 29.79 | 51.8 | 8.88 | - |
| YUV | 158.1 | 47.24 | 85.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 216 | 15 | 0.54 | 0 | 0.93 | 0.15 | 94.93 | 0.87 | 0.45 |
| Hex | 63 | D8 | F | 36 | 0 | 5D | F | 5F | 57 | 2D |
| Octal | 143 | 330 | 17 | 66 | 0 | 135 | 17 | 137 | 127 | 55 |
| Binary | 1100011 | 11011000 | 1111 | 110110 | 0 | 1011101 | 1111 | 1011111 | 1010111 | 101101 |
Color Harmonies of #63D80F
Complementary color
Monochromatic Colors of #63D80F
Black with #63D80F
Text Example
Text Example
White with #63D80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63D80F; }
p { color: rgb(99,216,15); }
H1.HeaderClassName
{
color: #63D80F;
}
.AnyTagClassName
{
color: #63D80F;
}
</style>
background-color css
<style>
a { background-color: #63D80F; }
a { background-color: rgb(99,216,15); }
div.DivClassName
{
background-color: #63D80F;
}
.BgClassName
{
background-color: #63D80F;
}
</style>
border-color css
<style>
span { border-color: #63D80F; }
span { border-color: rgb(99,216,15); }
td.TdClassName
{
border-color: #63D80F;
}
.TagClassName
{
border-color: #63D80F;
}
</style>