Shades of Christi #63B429
Tints of Christi #63B429
RGB
CMYK
RGB Variations
Color information
#63B429 (or 0x63B429) is known color: Christi. HEX triplet: 63, B4 and 29. RGB value is (99,180,41). Sum of RGB (Red+Green+Blue) = 99+180+41=320 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.94% from 320); Green value is 180 (70.70% from 255 or 56.25% from 320); Blue value is 41 (16.41% from 255 or 12.81% from 320); Max value from RGB is 180 - color contains mainly: green. Hex color #63B429 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63B429 is #9C4BD6. Grayscale: #8C8C8C. Windows color (decimal): -10243031 or 2733155. OLE color: 2733155.
HSL color Cylindrical-coordinate representation of color #63B429: hue angle of 94.96º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #63B429 is Cyan = 0.45, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 99 | 180 | 41 | - |
| CMYK | 0.45 | 0 | 0.77 | 0.29 |
| HSL | 94.96º | 0.63% | 0.43% | - |
| HSV(B) | 94.96º | 0.77% | 0.71% | - |
| XYZ | 21.87 | 35.46 | 7.79 | - |
| YUV | 139.94 | 72.16 | 98.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 180 | 41 | 0.45 | 0 | 0.77 | 0.29 | 94.96 | 0.63 | 0.43 |
| Hex | 63 | B4 | 29 | 2D | 0 | 4D | 1D | 5F | 3F | 2B |
| Octal | 143 | 264 | 51 | 55 | 0 | 115 | 35 | 137 | 77 | 53 |
| Binary | 1100011 | 10110100 | 101001 | 101101 | 0 | 1001101 | 11101 | 1011111 | 111111 | 101011 |
Color Harmonies of #63B429
Complementary color
Monochromatic Colors of #63B429
Black with #63B429
Text Example
Text Example
White with #63B429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63B429; }
p { color: rgb(99,180,41); }
H1.HeaderClassName
{
color: #63B429;
}
.AnyTagClassName
{
color: #63B429;
}
</style>
background-color css
<style>
a { background-color: #63B429; }
a { background-color: rgb(99,180,41); }
div.DivClassName
{
background-color: #63B429;
}
.BgClassName
{
background-color: #63B429;
}
</style>
border-color css
<style>
span { border-color: #63B429; }
span { border-color: rgb(99,180,41); }
td.TdClassName
{
border-color: #63B429;
}
.TagClassName
{
border-color: #63B429;
}
</style>