Shades of Christi #63B321
Tints of Christi #63B321
RGB
CMYK
RGB Variations
Color information
#63B321 (or 0x63B321) is known color: Christi. HEX triplet: 63, B3 and 21. RGB value is (99,179,33). Sum of RGB (Red+Green+Blue) = 99+179+33=311 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.83% from 311); Green value is 179 (70.31% from 255 or 57.56% from 311); Blue value is 33 (13.28% from 255 or 10.61% from 311); Max value from RGB is 179 - color contains mainly: green. Hex color #63B321 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63B321 is #9C4CDE. Grayscale: #8A8A8A. Windows color (decimal): -10243295 or 2208611. OLE color: 2208611.
HSL color Cylindrical-coordinate representation of color #63B321: hue angle of 92.88º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #63B321 is Cyan = 0.45, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 99 | 179 | 33 | - |
| CMYK | 0.45 | 0 | 0.82 | 0.30 |
| HSL | 92.88º | 0.69% | 0.42% | - |
| HSV(B) | 92.88º | 0.82% | 0.7% | - |
| XYZ | 21.54 | 35 | 7.06 | - |
| YUV | 138.44 | 68.5 | 99.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 179 | 33 | 0.45 | 0 | 0.82 | 0.30 | 92.88 | 0.69 | 0.42 |
| Hex | 63 | B3 | 21 | 2D | 0 | 52 | 1E | 5D | 45 | 2A |
| Octal | 143 | 263 | 41 | 55 | 0 | 122 | 36 | 135 | 105 | 52 |
| Binary | 1100011 | 10110011 | 100001 | 101101 | 0 | 1010010 | 11110 | 1011101 | 1000101 | 101010 |
Color Harmonies of #63B321
Complementary color
Monochromatic Colors of #63B321
Black with #63B321
Text Example
Text Example
White with #63B321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63B321; }
p { color: rgb(99,179,33); }
H1.HeaderClassName
{
color: #63B321;
}
.AnyTagClassName
{
color: #63B321;
}
</style>
background-color css
<style>
a { background-color: #63B321; }
a { background-color: rgb(99,179,33); }
div.DivClassName
{
background-color: #63B321;
}
.BgClassName
{
background-color: #63B321;
}
</style>
border-color css
<style>
span { border-color: #63B321; }
span { border-color: rgb(99,179,33); }
td.TdClassName
{
border-color: #63B321;
}
.TagClassName
{
border-color: #63B321;
}
</style>