Shades of Christi #63B308
Tints of Christi #63B308
RGB
CMYK
RGB Variations
Color information
#63B308 (or 0x63B308) is known color: Christi. HEX triplet: 63, B3 and 08. RGB value is (99,179,8). Sum of RGB (Red+Green+Blue) = 99+179+8=286 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.62% from 286); Green value is 179 (70.31% from 255 or 62.59% from 286); Blue value is 8 (3.52% from 255 or 2.80% from 286); Max value from RGB is 179 - color contains mainly: green. Hex color #63B308 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #63B308 is #9C4CF7. Grayscale: #888888. Windows color (decimal): -10243320 or 570211. OLE color: 570211.
HSL color Cylindrical-coordinate representation of color #63B308: hue angle of 88.07º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #63B308 is Cyan = 0.45, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 99 | 179 | 8 | - |
| CMYK | 0.45 | 0 | 0.96 | 0.30 |
| HSL | 88.07º | 0.91% | 0.37% | - |
| HSV(B) | 88.07º | 0.96% | 0.7% | - |
| XYZ | 21.31 | 34.91 | 5.84 | - |
| YUV | 135.59 | 56 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 179 | 8 | 0.45 | 0 | 0.96 | 0.30 | 88.07 | 0.91 | 0.37 |
| Hex | 63 | B3 | 8 | 2D | 0 | 60 | 1E | 58 | 5B | 25 |
| Octal | 143 | 263 | 10 | 55 | 0 | 140 | 36 | 130 | 133 | 45 |
| Binary | 1100011 | 10110011 | 1000 | 101101 | 0 | 1100000 | 11110 | 1011000 | 1011011 | 100101 |
Color Harmonies of #63B308
Complementary color
Monochromatic Colors of #63B308
Black with #63B308
Text Example
Text Example
White with #63B308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63B308; }
p { color: rgb(99,179,8); }
H1.HeaderClassName
{
color: #63B308;
}
.AnyTagClassName
{
color: #63B308;
}
</style>
background-color css
<style>
a { background-color: #63B308; }
a { background-color: rgb(99,179,8); }
div.DivClassName
{
background-color: #63B308;
}
.BgClassName
{
background-color: #63B308;
}
</style>
border-color css
<style>
span { border-color: #63B308; }
span { border-color: rgb(99,179,8); }
td.TdClassName
{
border-color: #63B308;
}
.TagClassName
{
border-color: #63B308;
}
</style>