Shades of Christi #63B90C
Tints of Christi #63B90C
RGB
CMYK
RGB Variations
Color information
#63B90C (or 0x63B90C) is known color: Christi. HEX triplet: 63, B9 and 0C. RGB value is (99,185,12). Sum of RGB (Red+Green+Blue) = 99+185+12=296 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.45% from 296); Green value is 185 (72.66% from 255 or 62.5% from 296); Blue value is 12 (5.08% from 255 or 4.05% from 296); Max value from RGB is 185 - color contains mainly: green. Hex color #63B90C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #63B90C is #9C46F3. Grayscale: #8C8C8C. Windows color (decimal): -10241780 or 833891. OLE color: 833891.
HSL color Cylindrical-coordinate representation of color #63B90C: hue angle of 89.83º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #63B90C is Cyan = 0.46, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 99 | 185 | 12 | - |
| CMYK | 0.46 | 0 | 0.94 | 0.27 |
| HSL | 89.83º | 0.88% | 0.39% | - |
| HSV(B) | 89.83º | 0.94% | 0.73% | - |
| XYZ | 22.56 | 37.38 | 6.37 | - |
| YUV | 139.56 | 56.01 | 99.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 185 | 12 | 0.46 | 0 | 0.94 | 0.27 | 89.83 | 0.88 | 0.39 |
| Hex | 63 | B9 | C | 2E | 0 | 5E | 1B | 5A | 58 | 27 |
| Octal | 143 | 271 | 14 | 56 | 0 | 136 | 33 | 132 | 130 | 47 |
| Binary | 1100011 | 10111001 | 1100 | 101110 | 0 | 1011110 | 11011 | 1011010 | 1011000 | 100111 |
Color Harmonies of #63B90C
Complementary color
Monochromatic Colors of #63B90C
Black with #63B90C
Text Example
Text Example
White with #63B90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63B90C; }
p { color: rgb(99,185,12); }
H1.HeaderClassName
{
color: #63B90C;
}
.AnyTagClassName
{
color: #63B90C;
}
</style>
background-color css
<style>
a { background-color: #63B90C; }
a { background-color: rgb(99,185,12); }
div.DivClassName
{
background-color: #63B90C;
}
.BgClassName
{
background-color: #63B90C;
}
</style>
border-color css
<style>
span { border-color: #63B90C; }
span { border-color: rgb(99,185,12); }
td.TdClassName
{
border-color: #63B90C;
}
.TagClassName
{
border-color: #63B90C;
}
</style>