Shades of Christi #63A401
Tints of Christi #63A401
RGB
CMYK
RGB Variations
Color information
#63A401 (or 0x63A401) is known color: Christi. HEX triplet: 63, A4 and 01. RGB value is (99,164,1). Sum of RGB (Red+Green+Blue) = 99+164+1=264 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.5% from 264); Green value is 164 (64.45% from 255 or 62.12% from 264); Blue value is 1 (0.78% from 255 or 0.38% from 264); Max value from RGB is 164 - color contains mainly: green. Hex color #63A401 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63A401 is #9C5BFE. Grayscale: #7E7E7E. Windows color (decimal): -10247167 or 107619. OLE color: 107619.
HSL color Cylindrical-coordinate representation of color #63A401: hue angle of 83.93º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #63A401 is Cyan = 0.40, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 99 | 164 | 1 | - |
| CMYK | 0.40 | 0 | 0.99 | 0.36 |
| HSL | 83.93º | 0.99% | 0.32% | - |
| HSV(B) | 83.93º | 0.99% | 0.64% | - |
| XYZ | 18.43 | 29.21 | 4.69 | - |
| YUV | 125.98 | 57.47 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 164 | 1 | 0.40 | 0 | 0.99 | 0.36 | 83.93 | 0.99 | 0.32 |
| Hex | 63 | A4 | 1 | 28 | 0 | 63 | 24 | 54 | 63 | 20 |
| Octal | 143 | 244 | 1 | 50 | 0 | 143 | 44 | 124 | 143 | 40 |
| Binary | 1100011 | 10100100 | 1 | 101000 | 0 | 1100011 | 100100 | 1010100 | 1100011 | 100000 |
Color Harmonies of #63A401
Complementary color
Monochromatic Colors of #63A401
Black with #63A401
Text Example
Text Example
White with #63A401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A401; }
p { color: rgb(99,164,1); }
H1.HeaderClassName
{
color: #63A401;
}
.AnyTagClassName
{
color: #63A401;
}
</style>
background-color css
<style>
a { background-color: #63A401; }
a { background-color: rgb(99,164,1); }
div.DivClassName
{
background-color: #63A401;
}
.BgClassName
{
background-color: #63A401;
}
</style>
border-color css
<style>
span { border-color: #63A401; }
span { border-color: rgb(99,164,1); }
td.TdClassName
{
border-color: #63A401;
}
.TagClassName
{
border-color: #63A401;
}
</style>