Shades of Christi #63AD19
Tints of Christi #63AD19
RGB
CMYK
RGB Variations
Color information
#63AD19 (or 0x63AD19) is known color: Christi. HEX triplet: 63, AD and 19. RGB value is (99,173,25). Sum of RGB (Red+Green+Blue) = 99+173+25=297 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.33% from 297); Green value is 173 (67.97% from 255 or 58.25% from 297); Blue value is 25 (10.16% from 255 or 8.42% from 297); Max value from RGB is 173 - color contains mainly: green. Hex color #63AD19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63AD19 is #9C52E6. Grayscale: #868686. Windows color (decimal): -10244839 or 1682787. OLE color: 1682787.
HSL color Cylindrical-coordinate representation of color #63AD19: hue angle of 90º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #63AD19 is Cyan = 0.43, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 99 | 173 | 25 | - |
| CMYK | 0.43 | 0 | 0.86 | 0.32 |
| HSL | 90º | 0.75% | 0.39% | - |
| HSV(B) | 90º | 0.86% | 0.68% | - |
| XYZ | 20.26 | 32.61 | 6.15 | - |
| YUV | 134 | 66.48 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 173 | 25 | 0.43 | 0 | 0.86 | 0.32 | 90 | 0.75 | 0.39 |
| Hex | 63 | AD | 19 | 2B | 0 | 56 | 20 | 5A | 4B | 27 |
| Octal | 143 | 255 | 31 | 53 | 0 | 126 | 40 | 132 | 113 | 47 |
| Binary | 1100011 | 10101101 | 11001 | 101011 | 0 | 1010110 | 100000 | 1011010 | 1001011 | 100111 |
Color Harmonies of #63AD19
Complementary color
Monochromatic Colors of #63AD19
Black with #63AD19
Text Example
Text Example
White with #63AD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AD19; }
p { color: rgb(99,173,25); }
H1.HeaderClassName
{
color: #63AD19;
}
.AnyTagClassName
{
color: #63AD19;
}
</style>
background-color css
<style>
a { background-color: #63AD19; }
a { background-color: rgb(99,173,25); }
div.DivClassName
{
background-color: #63AD19;
}
.BgClassName
{
background-color: #63AD19;
}
</style>
border-color css
<style>
span { border-color: #63AD19; }
span { border-color: rgb(99,173,25); }
td.TdClassName
{
border-color: #63AD19;
}
.TagClassName
{
border-color: #63AD19;
}
</style>