Shades of Christi #63B328
Tints of Christi #63B328
RGB
CMYK
RGB Variations
Color information
#63B328 (or 0x63B328) is known color: Christi. HEX triplet: 63, B3 and 28. RGB value is (99,179,40). Sum of RGB (Red+Green+Blue) = 99+179+40=318 (42% of max value = 765). Red value is 99 (39.06% from 255 or 31.13% from 318); Green value is 179 (70.31% from 255 or 56.29% from 318); Blue value is 40 (16.02% from 255 or 12.58% from 318); Max value from RGB is 179 - color contains mainly: green. Hex color #63B328 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63B328 is #9C4CD7. Grayscale: #8B8B8B. Windows color (decimal): -10243288 or 2667363. OLE color: 2667363.
HSL color Cylindrical-coordinate representation of color #63B328: hue angle of 94.53º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #63B328 is Cyan = 0.45, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 99 | 179 | 40 | - |
| CMYK | 0.45 | 0 | 0.78 | 0.30 |
| HSL | 94.53º | 0.63% | 0.43% | - |
| HSV(B) | 94.53º | 0.78% | 0.7% | - |
| XYZ | 21.65 | 35.05 | 7.63 | - |
| YUV | 139.23 | 72 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 179 | 40 | 0.45 | 0 | 0.78 | 0.30 | 94.53 | 0.63 | 0.43 |
| Hex | 63 | B3 | 28 | 2D | 0 | 4E | 1E | 5F | 3F | 2B |
| Octal | 143 | 263 | 50 | 55 | 0 | 116 | 36 | 137 | 77 | 53 |
| Binary | 1100011 | 10110011 | 101000 | 101101 | 0 | 1001110 | 11110 | 1011111 | 111111 | 101011 |
Color Harmonies of #63B328
Complementary color
Monochromatic Colors of #63B328
Black with #63B328
Text Example
Text Example
White with #63B328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63B328; }
p { color: rgb(99,179,40); }
H1.HeaderClassName
{
color: #63B328;
}
.AnyTagClassName
{
color: #63B328;
}
</style>
background-color css
<style>
a { background-color: #63B328; }
a { background-color: rgb(99,179,40); }
div.DivClassName
{
background-color: #63B328;
}
.BgClassName
{
background-color: #63B328;
}
</style>
border-color css
<style>
span { border-color: #63B328; }
span { border-color: rgb(99,179,40); }
td.TdClassName
{
border-color: #63B328;
}
.TagClassName
{
border-color: #63B328;
}
</style>