Shades of Christi #63AD01
Tints of Christi #63AD01
RGB
CMYK
RGB Variations
Color information
#63AD01 (or 0x63AD01) is known color: Christi. HEX triplet: 63, AD and 01. RGB value is (99,173,1). Sum of RGB (Red+Green+Blue) = 99+173+1=273 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.26% from 273); Green value is 173 (67.97% from 255 or 63.37% from 273); Blue value is 1 (0.78% from 255 or 0.37% from 273); Max value from RGB is 173 - color contains mainly: green. Hex color #63AD01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63AD01 is #9C52FE. Grayscale: #838383. Windows color (decimal): -10244863 or 109923. OLE color: 109923.
HSL color Cylindrical-coordinate representation of color #63AD01: hue angle of 85.81º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #63AD01 is Cyan = 0.43, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 99 | 173 | 1 | - |
| CMYK | 0.43 | 0 | 0.99 | 0.32 |
| HSL | 85.81º | 0.99% | 0.34% | - |
| HSV(B) | 85.81º | 0.99% | 0.68% | - |
| XYZ | 20.09 | 32.54 | 5.25 | - |
| YUV | 131.27 | 54.48 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 173 | 1 | 0.43 | 0 | 0.99 | 0.32 | 85.81 | 0.99 | 0.34 |
| Hex | 63 | AD | 1 | 2B | 0 | 63 | 20 | 56 | 63 | 22 |
| Octal | 143 | 255 | 1 | 53 | 0 | 143 | 40 | 126 | 143 | 42 |
| Binary | 1100011 | 10101101 | 1 | 101011 | 0 | 1100011 | 100000 | 1010110 | 1100011 | 100010 |
Color Harmonies of #63AD01
Complementary color
Monochromatic Colors of #63AD01
Black with #63AD01
Text Example
Text Example
White with #63AD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AD01; }
p { color: rgb(99,173,1); }
H1.HeaderClassName
{
color: #63AD01;
}
.AnyTagClassName
{
color: #63AD01;
}
</style>
background-color css
<style>
a { background-color: #63AD01; }
a { background-color: rgb(99,173,1); }
div.DivClassName
{
background-color: #63AD01;
}
.BgClassName
{
background-color: #63AD01;
}
</style>
border-color css
<style>
span { border-color: #63AD01; }
span { border-color: rgb(99,173,1); }
td.TdClassName
{
border-color: #63AD01;
}
.TagClassName
{
border-color: #63AD01;
}
</style>