Shades of Christi #63A101
Tints of Christi #63A101
RGB
CMYK
RGB Variations
Color information
#63A101 (or 0x63A101) is known color: Christi. HEX triplet: 63, A1 and 01. RGB value is (99,161,1). Sum of RGB (Red+Green+Blue) = 99+161+1=261 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.93% from 261); Green value is 161 (63.28% from 255 or 61.69% from 261); Blue value is 1 (0.78% from 255 or 0.38% from 261); Max value from RGB is 161 - color contains mainly: green. Hex color #63A101 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63A101 is #9C5EFE. Grayscale: #7C7C7C. Windows color (decimal): -10247935 or 106851. OLE color: 106851.
HSL color Cylindrical-coordinate representation of color #63A101: hue angle of 83.25º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #63A101 is Cyan = 0.39, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 99 | 161 | 1 | - |
| CMYK | 0.39 | 0 | 0.99 | 0.37 |
| HSL | 83.25º | 0.99% | 0.32% | - |
| HSV(B) | 83.25º | 0.99% | 0.63% | - |
| XYZ | 17.9 | 28.14 | 4.52 | - |
| YUV | 124.22 | 58.46 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 161 | 1 | 0.39 | 0 | 0.99 | 0.37 | 83.25 | 0.99 | 0.32 |
| Hex | 63 | A1 | 1 | 27 | 0 | 63 | 25 | 53 | 63 | 20 |
| Octal | 143 | 241 | 1 | 47 | 0 | 143 | 45 | 123 | 143 | 40 |
| Binary | 1100011 | 10100001 | 1 | 100111 | 0 | 1100011 | 100101 | 1010011 | 1100011 | 100000 |
Color Harmonies of #63A101
Complementary color
Monochromatic Colors of #63A101
Black with #63A101
Text Example
Text Example
White with #63A101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A101; }
p { color: rgb(99,161,1); }
H1.HeaderClassName
{
color: #63A101;
}
.AnyTagClassName
{
color: #63A101;
}
</style>
background-color css
<style>
a { background-color: #63A101; }
a { background-color: rgb(99,161,1); }
div.DivClassName
{
background-color: #63A101;
}
.BgClassName
{
background-color: #63A101;
}
</style>
border-color css
<style>
span { border-color: #63A101; }
span { border-color: rgb(99,161,1); }
td.TdClassName
{
border-color: #63A101;
}
.TagClassName
{
border-color: #63A101;
}
</style>