Shades of Christi #63B31B
Tints of Christi #63B31B
RGB
CMYK
RGB Variations
Color information
#63B31B (or 0x63B31B) is known color: Christi. HEX triplet: 63, B3 and 1B. RGB value is (99,179,27). Sum of RGB (Red+Green+Blue) = 99+179+27=305 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.46% from 305); Green value is 179 (70.31% from 255 or 58.69% from 305); Blue value is 27 (10.94% from 255 or 8.85% from 305); Max value from RGB is 179 - color contains mainly: green. Hex color #63B31B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63B31B is #9C4CE4. Grayscale: #8A8A8A. Windows color (decimal): -10243301 or 1815395. OLE color: 1815395.
HSL color Cylindrical-coordinate representation of color #63B31B: hue angle of 91.58º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #63B31B is Cyan = 0.45, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 99 | 179 | 27 | - |
| CMYK | 0.45 | 0 | 0.85 | 0.30 |
| HSL | 91.58º | 0.74% | 0.4% | - |
| HSV(B) | 91.58º | 0.85% | 0.7% | - |
| XYZ | 21.46 | 34.97 | 6.66 | - |
| YUV | 137.75 | 65.5 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 179 | 27 | 0.45 | 0 | 0.85 | 0.30 | 91.58 | 0.74 | 0.4 |
| Hex | 63 | B3 | 1B | 2D | 0 | 55 | 1E | 5C | 4A | 28 |
| Octal | 143 | 263 | 33 | 55 | 0 | 125 | 36 | 134 | 112 | 50 |
| Binary | 1100011 | 10110011 | 11011 | 101101 | 0 | 1010101 | 11110 | 1011100 | 1001010 | 101000 |
Color Harmonies of #63B31B
Complementary color
Monochromatic Colors of #63B31B
Black with #63B31B
Text Example
Text Example
White with #63B31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63B31B; }
p { color: rgb(99,179,27); }
H1.HeaderClassName
{
color: #63B31B;
}
.AnyTagClassName
{
color: #63B31B;
}
</style>
background-color css
<style>
a { background-color: #63B31B; }
a { background-color: rgb(99,179,27); }
div.DivClassName
{
background-color: #63B31B;
}
.BgClassName
{
background-color: #63B31B;
}
</style>
border-color css
<style>
span { border-color: #63B31B; }
span { border-color: rgb(99,179,27); }
td.TdClassName
{
border-color: #63B31B;
}
.TagClassName
{
border-color: #63B31B;
}
</style>