Shades of Christi #63B119
Tints of Christi #63B119
RGB
CMYK
RGB Variations
Color information
#63B119 (or 0x63B119) is known color: Christi. HEX triplet: 63, B1 and 19. RGB value is (99,177,25). Sum of RGB (Red+Green+Blue) = 99+177+25=301 (39% of max value = 765). Red value is 99 (39.06% from 255 or 32.89% from 301); Green value is 177 (69.53% from 255 or 58.80% from 301); Blue value is 25 (10.16% from 255 or 8.31% from 301); Max value from RGB is 177 - color contains mainly: green. Hex color #63B119 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63B119 is #9C4EE6. Grayscale: #888888. Windows color (decimal): -10243815 or 1683811. OLE color: 1683811.
HSL color Cylindrical-coordinate representation of color #63B119: hue angle of 90.79º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #63B119 is Cyan = 0.44, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 99 | 177 | 25 | - |
| CMYK | 0.44 | 0 | 0.86 | 0.31 |
| HSL | 90.79º | 0.75% | 0.4% | - |
| HSV(B) | 90.79º | 0.86% | 0.69% | - |
| XYZ | 21.04 | 34.17 | 6.41 | - |
| YUV | 136.35 | 65.16 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 177 | 25 | 0.44 | 0 | 0.86 | 0.31 | 90.79 | 0.75 | 0.4 |
| Hex | 63 | B1 | 19 | 2C | 0 | 56 | 1F | 5B | 4B | 28 |
| Octal | 143 | 261 | 31 | 54 | 0 | 126 | 37 | 133 | 113 | 50 |
| Binary | 1100011 | 10110001 | 11001 | 101100 | 0 | 1010110 | 11111 | 1011011 | 1001011 | 101000 |
Color Harmonies of #63B119
Complementary color
Monochromatic Colors of #63B119
Black with #63B119
Text Example
Text Example
White with #63B119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63B119; }
p { color: rgb(99,177,25); }
H1.HeaderClassName
{
color: #63B119;
}
.AnyTagClassName
{
color: #63B119;
}
</style>
background-color css
<style>
a { background-color: #63B119; }
a { background-color: rgb(99,177,25); }
div.DivClassName
{
background-color: #63B119;
}
.BgClassName
{
background-color: #63B119;
}
</style>
border-color css
<style>
span { border-color: #63B119; }
span { border-color: rgb(99,177,25); }
td.TdClassName
{
border-color: #63B119;
}
.TagClassName
{
border-color: #63B119;
}
</style>