Shades of Christi #63AD15
Tints of Christi #63AD15
RGB
CMYK
RGB Variations
Color information
#63AD15 (or 0x63AD15) is known color: Christi. HEX triplet: 63, AD and 15. RGB value is (99,173,21). Sum of RGB (Red+Green+Blue) = 99+173+21=293 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.79% from 293); Green value is 173 (67.97% from 255 or 59.04% from 293); Blue value is 21 (8.59% from 255 or 7.17% from 293); Max value from RGB is 173 - color contains mainly: green. Hex color #63AD15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63AD15 is #9C52EA. Grayscale: #868686. Windows color (decimal): -10244843 or 1420643. OLE color: 1420643.
HSL color Cylindrical-coordinate representation of color #63AD15: hue angle of 89.21º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #63AD15 is Cyan = 0.43, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 99 | 173 | 21 | - |
| CMYK | 0.43 | 0 | 0.88 | 0.32 |
| HSL | 89.21º | 0.78% | 0.38% | - |
| HSV(B) | 89.21º | 0.88% | 0.68% | - |
| XYZ | 20.22 | 32.59 | 5.93 | - |
| YUV | 133.55 | 64.48 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 173 | 21 | 0.43 | 0 | 0.88 | 0.32 | 89.21 | 0.78 | 0.38 |
| Hex | 63 | AD | 15 | 2B | 0 | 58 | 20 | 59 | 4E | 26 |
| Octal | 143 | 255 | 25 | 53 | 0 | 130 | 40 | 131 | 116 | 46 |
| Binary | 1100011 | 10101101 | 10101 | 101011 | 0 | 1011000 | 100000 | 1011001 | 1001110 | 100110 |
Color Harmonies of #63AD15
Complementary color
Monochromatic Colors of #63AD15
Black with #63AD15
Text Example
Text Example
White with #63AD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AD15; }
p { color: rgb(99,173,21); }
H1.HeaderClassName
{
color: #63AD15;
}
.AnyTagClassName
{
color: #63AD15;
}
</style>
background-color css
<style>
a { background-color: #63AD15; }
a { background-color: rgb(99,173,21); }
div.DivClassName
{
background-color: #63AD15;
}
.BgClassName
{
background-color: #63AD15;
}
</style>
border-color css
<style>
span { border-color: #63AD15; }
span { border-color: rgb(99,173,21); }
td.TdClassName
{
border-color: #63AD15;
}
.TagClassName
{
border-color: #63AD15;
}
</style>