Shades of Christi #63B516
Tints of Christi #63B516
RGB
CMYK
RGB Variations
Color information
#63B516 (or 0x63B516) is known color: Christi. HEX triplet: 63, B5 and 16. RGB value is (99,181,22). Sum of RGB (Red+Green+Blue) = 99+181+22=302 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.78% from 302); Green value is 181 (71.09% from 255 or 59.93% from 302); Blue value is 22 (8.98% from 255 or 7.28% from 302); Max value from RGB is 181 - color contains mainly: green. Hex color #63B516 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #63B516 is #9C4AE9. Grayscale: #8A8A8A. Windows color (decimal): -10242794 or 1488227. OLE color: 1488227.
HSL color Cylindrical-coordinate representation of color #63B516: hue angle of 90.94º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #63B516 is Cyan = 0.45, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 99 | 181 | 22 | - |
| CMYK | 0.45 | 0 | 0.88 | 0.29 |
| HSL | 90.94º | 0.78% | 0.4% | - |
| HSV(B) | 90.94º | 0.88% | 0.71% | - |
| XYZ | 21.81 | 35.76 | 6.51 | - |
| YUV | 138.36 | 62.33 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 181 | 22 | 0.45 | 0 | 0.88 | 0.29 | 90.94 | 0.78 | 0.4 |
| Hex | 63 | B5 | 16 | 2D | 0 | 58 | 1D | 5B | 4E | 28 |
| Octal | 143 | 265 | 26 | 55 | 0 | 130 | 35 | 133 | 116 | 50 |
| Binary | 1100011 | 10110101 | 10110 | 101101 | 0 | 1011000 | 11101 | 1011011 | 1001110 | 101000 |
Color Harmonies of #63B516
Complementary color
Monochromatic Colors of #63B516
Black with #63B516
Text Example
Text Example
White with #63B516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63B516; }
p { color: rgb(99,181,22); }
H1.HeaderClassName
{
color: #63B516;
}
.AnyTagClassName
{
color: #63B516;
}
</style>
background-color css
<style>
a { background-color: #63B516; }
a { background-color: rgb(99,181,22); }
div.DivClassName
{
background-color: #63B516;
}
.BgClassName
{
background-color: #63B516;
}
</style>
border-color css
<style>
span { border-color: #63B516; }
span { border-color: rgb(99,181,22); }
td.TdClassName
{
border-color: #63B516;
}
.TagClassName
{
border-color: #63B516;
}
</style>