Shades of Christi #63AC21
Tints of Christi #63AC21
RGB
CMYK
RGB Variations
Color information
#63AC21 (or 0x63AC21) is known color: Christi. HEX triplet: 63, AC and 21. RGB value is (99,172,33). Sum of RGB (Red+Green+Blue) = 99+172+33=304 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.57% from 304); Green value is 172 (67.58% from 255 or 56.58% from 304); Blue value is 33 (13.28% from 255 or 10.86% from 304); Max value from RGB is 172 - color contains mainly: green. Hex color #63AC21 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63AC21 is #9C53DE. Grayscale: #868686. Windows color (decimal): -10245087 or 2206819. OLE color: 2206819.
HSL color Cylindrical-coordinate representation of color #63AC21: hue angle of 91.51º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #63AC21 is Cyan = 0.42, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 172 | 33 | - |
| CMYK | 0.42 | 0 | 0.81 | 0.33 |
| HSL | 91.51º | 0.68% | 0.4% | - |
| HSV(B) | 91.51º | 0.81% | 0.67% | - |
| XYZ | 20.17 | 32.27 | 6.6 | - |
| YUV | 134.33 | 70.82 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 172 | 33 | 0.42 | 0 | 0.81 | 0.33 | 91.51 | 0.68 | 0.4 |
| Hex | 63 | AC | 21 | 2A | 0 | 51 | 21 | 5C | 44 | 28 |
| Octal | 143 | 254 | 41 | 52 | 0 | 121 | 41 | 134 | 104 | 50 |
| Binary | 1100011 | 10101100 | 100001 | 101010 | 0 | 1010001 | 100001 | 1011100 | 1000100 | 101000 |
Color Harmonies of #63AC21
Complementary color
Monochromatic Colors of #63AC21
Black with #63AC21
Text Example
Text Example
White with #63AC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AC21; }
p { color: rgb(99,172,33); }
H1.HeaderClassName
{
color: #63AC21;
}
.AnyTagClassName
{
color: #63AC21;
}
</style>
background-color css
<style>
a { background-color: #63AC21; }
a { background-color: rgb(99,172,33); }
div.DivClassName
{
background-color: #63AC21;
}
.BgClassName
{
background-color: #63AC21;
}
</style>
border-color css
<style>
span { border-color: #63AC21; }
span { border-color: rgb(99,172,33); }
td.TdClassName
{
border-color: #63AC21;
}
.TagClassName
{
border-color: #63AC21;
}
</style>