Shades of Christi #63B11B
Tints of Christi #63B11B
RGB
CMYK
RGB Variations
Color information
#63B11B (or 0x63B11B) is known color: Christi. HEX triplet: 63, B1 and 1B. RGB value is (99,177,27). Sum of RGB (Red+Green+Blue) = 99+177+27=303 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.67% from 303); Green value is 177 (69.53% from 255 or 58.42% from 303); Blue value is 27 (10.94% from 255 or 8.91% from 303); Max value from RGB is 177 - color contains mainly: green. Hex color #63B11B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63B11B is #9C4EE4. Grayscale: #898989. Windows color (decimal): -10243813 or 1814883. OLE color: 1814883.
HSL color Cylindrical-coordinate representation of color #63B11B: hue angle of 91.2º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #63B11B is Cyan = 0.44, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 99 | 177 | 27 | - |
| CMYK | 0.44 | 0 | 0.85 | 0.31 |
| HSL | 91.2º | 0.74% | 0.4% | - |
| HSV(B) | 91.2º | 0.85% | 0.69% | - |
| XYZ | 21.07 | 34.18 | 6.52 | - |
| YUV | 136.58 | 66.16 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 177 | 27 | 0.44 | 0 | 0.85 | 0.31 | 91.2 | 0.74 | 0.4 |
| Hex | 63 | B1 | 1B | 2C | 0 | 55 | 1F | 5B | 4A | 28 |
| Octal | 143 | 261 | 33 | 54 | 0 | 125 | 37 | 133 | 112 | 50 |
| Binary | 1100011 | 10110001 | 11011 | 101100 | 0 | 1010101 | 11111 | 1011011 | 1001010 | 101000 |
Color Harmonies of #63B11B
Complementary color
Monochromatic Colors of #63B11B
Black with #63B11B
Text Example
Text Example
White with #63B11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63B11B; }
p { color: rgb(99,177,27); }
H1.HeaderClassName
{
color: #63B11B;
}
.AnyTagClassName
{
color: #63B11B;
}
</style>
background-color css
<style>
a { background-color: #63B11B; }
a { background-color: rgb(99,177,27); }
div.DivClassName
{
background-color: #63B11B;
}
.BgClassName
{
background-color: #63B11B;
}
</style>
border-color css
<style>
span { border-color: #63B11B; }
span { border-color: rgb(99,177,27); }
td.TdClassName
{
border-color: #63B11B;
}
.TagClassName
{
border-color: #63B11B;
}
</style>