Shades of Christi #63BA07
Tints of Christi #63BA07
RGB
CMYK
RGB Variations
Color information
#63BA07 (or 0x63BA07) is known color: Christi. HEX triplet: 63, BA and 07. RGB value is (99,186,7). Sum of RGB (Red+Green+Blue) = 99+186+7=292 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.90% from 292); Green value is 186 (73.05% from 255 or 63.70% from 292); Blue value is 7 (3.12% from 255 or 2.40% from 292); Max value from RGB is 186 - color contains mainly: green. Hex color #63BA07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #63BA07 is #9C45F8. Grayscale: #8C8C8C. Windows color (decimal): -10241529 or 506467. OLE color: 506467.
HSL color Cylindrical-coordinate representation of color #63BA07: hue angle of 89.16º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #63BA07 is Cyan = 0.47, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 99 | 186 | 7 | - |
| CMYK | 0.47 | 0 | 0.96 | 0.27 |
| HSL | 89.16º | 0.93% | 0.38% | - |
| HSV(B) | 89.16º | 0.96% | 0.73% | - |
| XYZ | 22.74 | 37.79 | 6.3 | - |
| YUV | 139.58 | 53.18 | 99.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 186 | 7 | 0.47 | 0 | 0.96 | 0.27 | 89.16 | 0.93 | 0.38 |
| Hex | 63 | BA | 7 | 2F | 0 | 60 | 1B | 59 | 5D | 26 |
| Octal | 143 | 272 | 7 | 57 | 0 | 140 | 33 | 131 | 135 | 46 |
| Binary | 1100011 | 10111010 | 111 | 101111 | 0 | 1100000 | 11011 | 1011001 | 1011101 | 100110 |
Color Harmonies of #63BA07
Complementary color
Monochromatic Colors of #63BA07
Black with #63BA07
Text Example
Text Example
White with #63BA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BA07; }
p { color: rgb(99,186,7); }
H1.HeaderClassName
{
color: #63BA07;
}
.AnyTagClassName
{
color: #63BA07;
}
</style>
background-color css
<style>
a { background-color: #63BA07; }
a { background-color: rgb(99,186,7); }
div.DivClassName
{
background-color: #63BA07;
}
.BgClassName
{
background-color: #63BA07;
}
</style>
border-color css
<style>
span { border-color: #63BA07; }
span { border-color: rgb(99,186,7); }
td.TdClassName
{
border-color: #63BA07;
}
.TagClassName
{
border-color: #63BA07;
}
</style>