Shades of Christi #63B010
Tints of Christi #63B010
RGB
CMYK
RGB Variations
Color information
#63B010 (or 0x63B010) is known color: Christi. HEX triplet: 63, B0 and 10. RGB value is (99,176,16). Sum of RGB (Red+Green+Blue) = 99+176+16=291 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.02% from 291); Green value is 176 (69.14% from 255 or 60.48% from 291); Blue value is 16 (6.64% from 255 or 5.50% from 291); Max value from RGB is 176 - color contains mainly: green. Hex color #63B010 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63B010 is #9C4FEF. Grayscale: #878787. Windows color (decimal): -10244080 or 1093731. OLE color: 1093731.
HSL color Cylindrical-coordinate representation of color #63B010: hue angle of 88.88º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #63B010 is Cyan = 0.44, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 99 | 176 | 16 | - |
| CMYK | 0.44 | 0 | 0.91 | 0.31 |
| HSL | 88.88º | 0.83% | 0.38% | - |
| HSV(B) | 88.88º | 0.91% | 0.69% | - |
| XYZ | 20.76 | 33.74 | 5.91 | - |
| YUV | 134.74 | 60.99 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 176 | 16 | 0.44 | 0 | 0.91 | 0.31 | 88.88 | 0.83 | 0.38 |
| Hex | 63 | B0 | 10 | 2C | 0 | 5B | 1F | 59 | 53 | 26 |
| Octal | 143 | 260 | 20 | 54 | 0 | 133 | 37 | 131 | 123 | 46 |
| Binary | 1100011 | 10110000 | 10000 | 101100 | 0 | 1011011 | 11111 | 1011001 | 1010011 | 100110 |
Color Harmonies of #63B010
Complementary color
Monochromatic Colors of #63B010
Black with #63B010
Text Example
Text Example
White with #63B010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63B010; }
p { color: rgb(99,176,16); }
H1.HeaderClassName
{
color: #63B010;
}
.AnyTagClassName
{
color: #63B010;
}
</style>
background-color css
<style>
a { background-color: #63B010; }
a { background-color: rgb(99,176,16); }
div.DivClassName
{
background-color: #63B010;
}
.BgClassName
{
background-color: #63B010;
}
</style>
border-color css
<style>
span { border-color: #63B010; }
span { border-color: rgb(99,176,16); }
td.TdClassName
{
border-color: #63B010;
}
.TagClassName
{
border-color: #63B010;
}
</style>