Shades of Christi #63B304
Tints of Christi #63B304
RGB
CMYK
RGB Variations
Color information
#63B304 (or 0x63B304) is known color: Christi. HEX triplet: 63, B3 and 04. RGB value is (99,179,4). Sum of RGB (Red+Green+Blue) = 99+179+4=282 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.11% from 282); Green value is 179 (70.31% from 255 or 63.48% from 282); Blue value is 4 (1.95% from 255 or 1.42% from 282); Max value from RGB is 179 - color contains mainly: green. Hex color #63B304 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #63B304 is #9C4CFB. Grayscale: #878787. Windows color (decimal): -10243324 or 308067. OLE color: 308067.
HSL color Cylindrical-coordinate representation of color #63B304: hue angle of 87.43º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #63B304 is Cyan = 0.45, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 99 | 179 | 4 | - |
| CMYK | 0.45 | 0 | 0.98 | 0.30 |
| HSL | 87.43º | 0.96% | 0.36% | - |
| HSV(B) | 87.43º | 0.98% | 0.7% | - |
| XYZ | 21.29 | 34.9 | 5.73 | - |
| YUV | 135.13 | 54 | 102.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 179 | 4 | 0.45 | 0 | 0.98 | 0.30 | 87.43 | 0.96 | 0.36 |
| Hex | 63 | B3 | 4 | 2D | 0 | 62 | 1E | 57 | 60 | 24 |
| Octal | 143 | 263 | 4 | 55 | 0 | 142 | 36 | 127 | 140 | 44 |
| Binary | 1100011 | 10110011 | 100 | 101101 | 0 | 1100010 | 11110 | 1010111 | 1100000 | 100100 |
Color Harmonies of #63B304
Complementary color
Monochromatic Colors of #63B304
Black with #63B304
Text Example
Text Example
White with #63B304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63B304; }
p { color: rgb(99,179,4); }
H1.HeaderClassName
{
color: #63B304;
}
.AnyTagClassName
{
color: #63B304;
}
</style>
background-color css
<style>
a { background-color: #63B304; }
a { background-color: rgb(99,179,4); }
div.DivClassName
{
background-color: #63B304;
}
.BgClassName
{
background-color: #63B304;
}
</style>
border-color css
<style>
span { border-color: #63B304; }
span { border-color: rgb(99,179,4); }
td.TdClassName
{
border-color: #63B304;
}
.TagClassName
{
border-color: #63B304;
}
</style>