Shades of Christi #63B71C
Tints of Christi #63B71C
RGB
CMYK
RGB Variations
Color information
#63B71C (or 0x63B71C) is known color: Christi. HEX triplet: 63, B7 and 1C. RGB value is (99,183,28). Sum of RGB (Red+Green+Blue) = 99+183+28=310 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.94% from 310); Green value is 183 (71.88% from 255 or 59.03% from 310); Blue value is 28 (11.33% from 255 or 9.03% from 310); Max value from RGB is 183 - color contains mainly: green. Hex color #63B71C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63B71C is #9C48E3. Grayscale: #8C8C8C. Windows color (decimal): -10242276 or 1881955. OLE color: 1881955.
HSL color Cylindrical-coordinate representation of color #63B71C: hue angle of 92.52º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #63B71C is Cyan = 0.46, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 99 | 183 | 28 | - |
| CMYK | 0.46 | 0 | 0.85 | 0.28 |
| HSL | 92.52º | 0.73% | 0.41% | - |
| HSV(B) | 92.52º | 0.85% | 0.72% | - |
| XYZ | 22.29 | 36.6 | 6.99 | - |
| YUV | 140.21 | 64.67 | 98.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 183 | 28 | 0.46 | 0 | 0.85 | 0.28 | 92.52 | 0.73 | 0.41 |
| Hex | 63 | B7 | 1C | 2E | 0 | 55 | 1C | 5D | 49 | 29 |
| Octal | 143 | 267 | 34 | 56 | 0 | 125 | 34 | 135 | 111 | 51 |
| Binary | 1100011 | 10110111 | 11100 | 101110 | 0 | 1010101 | 11100 | 1011101 | 1001001 | 101001 |
Color Harmonies of #63B71C
Complementary color
Monochromatic Colors of #63B71C
Black with #63B71C
Text Example
Text Example
White with #63B71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63B71C; }
p { color: rgb(99,183,28); }
H1.HeaderClassName
{
color: #63B71C;
}
.AnyTagClassName
{
color: #63B71C;
}
</style>
background-color css
<style>
a { background-color: #63B71C; }
a { background-color: rgb(99,183,28); }
div.DivClassName
{
background-color: #63B71C;
}
.BgClassName
{
background-color: #63B71C;
}
</style>
border-color css
<style>
span { border-color: #63B71C; }
span { border-color: rgb(99,183,28); }
td.TdClassName
{
border-color: #63B71C;
}
.TagClassName
{
border-color: #63B71C;
}
</style>