Shades of Christi #63B515
Tints of Christi #63B515
RGB
CMYK
RGB Variations
Color information
#63B515 (or 0x63B515) is known color: Christi. HEX triplet: 63, B5 and 15. RGB value is (99,181,21). Sum of RGB (Red+Green+Blue) = 99+181+21=301 (39% of max value = 765). Red value is 99 (39.06% from 255 or 32.89% from 301); Green value is 181 (71.09% from 255 or 60.13% from 301); Blue value is 21 (8.59% from 255 or 6.98% from 301); Max value from RGB is 181 - color contains mainly: green. Hex color #63B515 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #63B515 is #9C4AEA. Grayscale: #8A8A8A. Windows color (decimal): -10242795 or 1422691. OLE color: 1422691.
HSL color Cylindrical-coordinate representation of color #63B515: hue angle of 90.75º degrees, saturation: 0.79, 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 #63B515 is Cyan = 0.45, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 99 | 181 | 21 | - |
| CMYK | 0.45 | 0 | 0.88 | 0.29 |
| HSL | 90.75º | 0.79% | 0.4% | - |
| HSV(B) | 90.75º | 0.88% | 0.71% | - |
| XYZ | 21.8 | 35.75 | 6.46 | - |
| YUV | 138.24 | 61.83 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 181 | 21 | 0.45 | 0 | 0.88 | 0.29 | 90.75 | 0.79 | 0.4 |
| Hex | 63 | B5 | 15 | 2D | 0 | 58 | 1D | 5B | 4F | 28 |
| Octal | 143 | 265 | 25 | 55 | 0 | 130 | 35 | 133 | 117 | 50 |
| Binary | 1100011 | 10110101 | 10101 | 101101 | 0 | 1011000 | 11101 | 1011011 | 1001111 | 101000 |
Color Harmonies of #63B515
Complementary color
Monochromatic Colors of #63B515
Black with #63B515
Text Example
Text Example
White with #63B515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63B515; }
p { color: rgb(99,181,21); }
H1.HeaderClassName
{
color: #63B515;
}
.AnyTagClassName
{
color: #63B515;
}
</style>
background-color css
<style>
a { background-color: #63B515; }
a { background-color: rgb(99,181,21); }
div.DivClassName
{
background-color: #63B515;
}
.BgClassName
{
background-color: #63B515;
}
</style>
border-color css
<style>
span { border-color: #63B515; }
span { border-color: rgb(99,181,21); }
td.TdClassName
{
border-color: #63B515;
}
.TagClassName
{
border-color: #63B515;
}
</style>