Shades of Christi #63B00C
Tints of Christi #63B00C
RGB
CMYK
RGB Variations
Color information
#63B00C (or 0x63B00C) is known color: Christi. HEX triplet: 63, B0 and 0C. RGB value is (99,176,12). Sum of RGB (Red+Green+Blue) = 99+176+12=287 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.49% from 287); Green value is 176 (69.14% from 255 or 61.32% from 287); Blue value is 12 (5.08% from 255 or 4.18% from 287); Max value from RGB is 176 - color contains mainly: green. Hex color #63B00C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63B00C is #9C4FF3. Grayscale: #868686. Windows color (decimal): -10244084 or 831587. OLE color: 831587.
HSL color Cylindrical-coordinate representation of color #63B00C: hue angle of 88.17º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #63B00C is Cyan = 0.44, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 99 | 176 | 12 | - |
| CMYK | 0.44 | 0 | 0.93 | 0.31 |
| HSL | 88.17º | 0.87% | 0.37% | - |
| HSV(B) | 88.17º | 0.93% | 0.69% | - |
| XYZ | 20.74 | 33.73 | 5.77 | - |
| YUV | 134.28 | 58.99 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 176 | 12 | 0.44 | 0 | 0.93 | 0.31 | 88.17 | 0.87 | 0.37 |
| Hex | 63 | B0 | C | 2C | 0 | 5D | 1F | 58 | 57 | 25 |
| Octal | 143 | 260 | 14 | 54 | 0 | 135 | 37 | 130 | 127 | 45 |
| Binary | 1100011 | 10110000 | 1100 | 101100 | 0 | 1011101 | 11111 | 1011000 | 1010111 | 100101 |
Color Harmonies of #63B00C
Complementary color
Monochromatic Colors of #63B00C
Black with #63B00C
Text Example
Text Example
White with #63B00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63B00C; }
p { color: rgb(99,176,12); }
H1.HeaderClassName
{
color: #63B00C;
}
.AnyTagClassName
{
color: #63B00C;
}
</style>
background-color css
<style>
a { background-color: #63B00C; }
a { background-color: rgb(99,176,12); }
div.DivClassName
{
background-color: #63B00C;
}
.BgClassName
{
background-color: #63B00C;
}
</style>
border-color css
<style>
span { border-color: #63B00C; }
span { border-color: rgb(99,176,12); }
td.TdClassName
{
border-color: #63B00C;
}
.TagClassName
{
border-color: #63B00C;
}
</style>