Shades of Christi #63BA12
Tints of Christi #63BA12
RGB
CMYK
RGB Variations
Color information
#63BA12 (or 0x63BA12) is known color: Christi. HEX triplet: 63, BA and 12. RGB value is (99,186,18). Sum of RGB (Red+Green+Blue) = 99+186+18=303 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.67% from 303); Green value is 186 (73.05% from 255 or 61.39% from 303); Blue value is 18 (7.42% from 255 or 5.94% from 303); Max value from RGB is 186 - color contains mainly: green. Hex color #63BA12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #63BA12 is #9C45ED. Grayscale: #8D8D8D. Windows color (decimal): -10241518 or 1227363. OLE color: 1227363.
HSL color Cylindrical-coordinate representation of color #63BA12: hue angle of 91.07º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #63BA12 is Cyan = 0.47, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 99 | 186 | 18 | - |
| CMYK | 0.47 | 0 | 0.90 | 0.27 |
| HSL | 91.07º | 0.82% | 0.4% | - |
| HSV(B) | 91.07º | 0.9% | 0.73% | - |
| XYZ | 22.81 | 37.81 | 6.67 | - |
| YUV | 140.84 | 58.68 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 186 | 18 | 0.47 | 0 | 0.90 | 0.27 | 91.07 | 0.82 | 0.4 |
| Hex | 63 | BA | 12 | 2F | 0 | 5A | 1B | 5B | 52 | 28 |
| Octal | 143 | 272 | 22 | 57 | 0 | 132 | 33 | 133 | 122 | 50 |
| Binary | 1100011 | 10111010 | 10010 | 101111 | 0 | 1011010 | 11011 | 1011011 | 1010010 | 101000 |
Color Harmonies of #63BA12
Complementary color
Monochromatic Colors of #63BA12
Black with #63BA12
Text Example
Text Example
White with #63BA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BA12; }
p { color: rgb(99,186,18); }
H1.HeaderClassName
{
color: #63BA12;
}
.AnyTagClassName
{
color: #63BA12;
}
</style>
background-color css
<style>
a { background-color: #63BA12; }
a { background-color: rgb(99,186,18); }
div.DivClassName
{
background-color: #63BA12;
}
.BgClassName
{
background-color: #63BA12;
}
</style>
border-color css
<style>
span { border-color: #63BA12; }
span { border-color: rgb(99,186,18); }
td.TdClassName
{
border-color: #63BA12;
}
.TagClassName
{
border-color: #63BA12;
}
</style>