Shades of Christi #63B110
Tints of Christi #63B110
RGB
CMYK
RGB Variations
Color information
#63B110 (or 0x63B110) is known color: Christi. HEX triplet: 63, B1 and 10. RGB value is (99,177,16). Sum of RGB (Red+Green+Blue) = 99+177+16=292 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.90% from 292); Green value is 177 (69.53% from 255 or 60.62% from 292); Blue value is 16 (6.64% from 255 or 5.48% from 292); Max value from RGB is 177 - color contains mainly: green. Hex color #63B110 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63B110 is #9C4EEF. Grayscale: #878787. Windows color (decimal): -10243824 or 1093987. OLE color: 1093987.
HSL color Cylindrical-coordinate representation of color #63B110: hue angle of 89.07º 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 #63B110 is Cyan = 0.44, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 99 | 177 | 16 | - |
| CMYK | 0.44 | 0 | 0.91 | 0.31 |
| HSL | 89.07º | 0.83% | 0.38% | - |
| HSV(B) | 89.07º | 0.91% | 0.69% | - |
| XYZ | 20.96 | 34.13 | 5.97 | - |
| YUV | 135.32 | 60.66 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 177 | 16 | 0.44 | 0 | 0.91 | 0.31 | 89.07 | 0.83 | 0.38 |
| Hex | 63 | B1 | 10 | 2C | 0 | 5B | 1F | 59 | 53 | 26 |
| Octal | 143 | 261 | 20 | 54 | 0 | 133 | 37 | 131 | 123 | 46 |
| Binary | 1100011 | 10110001 | 10000 | 101100 | 0 | 1011011 | 11111 | 1011001 | 1010011 | 100110 |
Color Harmonies of #63B110
Complementary color
Monochromatic Colors of #63B110
Black with #63B110
Text Example
Text Example
White with #63B110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63B110; }
p { color: rgb(99,177,16); }
H1.HeaderClassName
{
color: #63B110;
}
.AnyTagClassName
{
color: #63B110;
}
</style>
background-color css
<style>
a { background-color: #63B110; }
a { background-color: rgb(99,177,16); }
div.DivClassName
{
background-color: #63B110;
}
.BgClassName
{
background-color: #63B110;
}
</style>
border-color css
<style>
span { border-color: #63B110; }
span { border-color: rgb(99,177,16); }
td.TdClassName
{
border-color: #63B110;
}
.TagClassName
{
border-color: #63B110;
}
</style>