Shades of Christi #63A411
Tints of Christi #63A411
RGB
CMYK
RGB Variations
Color information
#63A411 (or 0x63A411) is known color: Christi. HEX triplet: 63, A4 and 11. RGB value is (99,164,17). Sum of RGB (Red+Green+Blue) = 99+164+17=280 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.36% from 280); Green value is 164 (64.45% from 255 or 58.57% from 280); Blue value is 17 (7.03% from 255 or 6.07% from 280); Max value from RGB is 164 - color contains mainly: green. Hex color #63A411 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63A411 is #9C5BEE. Grayscale: #808080. Windows color (decimal): -10247151 or 1156195. OLE color: 1156195.
HSL color Cylindrical-coordinate representation of color #63A411: hue angle of 86.53º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #63A411 is Cyan = 0.40, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 99 | 164 | 17 | - |
| CMYK | 0.40 | 0 | 0.90 | 0.36 |
| HSL | 86.53º | 0.81% | 0.35% | - |
| HSV(B) | 86.53º | 0.9% | 0.64% | - |
| XYZ | 18.52 | 29.24 | 5.2 | - |
| YUV | 127.81 | 65.47 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 164 | 17 | 0.40 | 0 | 0.90 | 0.36 | 86.53 | 0.81 | 0.35 |
| Hex | 63 | A4 | 11 | 28 | 0 | 5A | 24 | 57 | 51 | 23 |
| Octal | 143 | 244 | 21 | 50 | 0 | 132 | 44 | 127 | 121 | 43 |
| Binary | 1100011 | 10100100 | 10001 | 101000 | 0 | 1011010 | 100100 | 1010111 | 1010001 | 100011 |
Color Harmonies of #63A411
Complementary color
Monochromatic Colors of #63A411
Black with #63A411
Text Example
Text Example
White with #63A411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A411; }
p { color: rgb(99,164,17); }
H1.HeaderClassName
{
color: #63A411;
}
.AnyTagClassName
{
color: #63A411;
}
</style>
background-color css
<style>
a { background-color: #63A411; }
a { background-color: rgb(99,164,17); }
div.DivClassName
{
background-color: #63A411;
}
.BgClassName
{
background-color: #63A411;
}
</style>
border-color css
<style>
span { border-color: #63A411; }
span { border-color: rgb(99,164,17); }
td.TdClassName
{
border-color: #63A411;
}
.TagClassName
{
border-color: #63A411;
}
</style>