Shades of Christi #63B50F
Tints of Christi #63B50F
RGB
CMYK
RGB Variations
Color information
#63B50F (or 0x63B50F) is known color: Christi. HEX triplet: 63, B5 and 0F. RGB value is (99,181,15). Sum of RGB (Red+Green+Blue) = 99+181+15=295 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.56% from 295); Green value is 181 (71.09% from 255 or 61.36% from 295); Blue value is 15 (6.25% from 255 or 5.08% from 295); Max value from RGB is 181 - color contains mainly: green. Hex color #63B50F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #63B50F is #9C4AF0. Grayscale: #8A8A8A. Windows color (decimal): -10242801 or 1029475. OLE color: 1029475.
HSL color Cylindrical-coordinate representation of color #63B50F: hue angle of 89.64º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #63B50F is Cyan = 0.45, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 99 | 181 | 15 | - |
| CMYK | 0.45 | 0 | 0.92 | 0.29 |
| HSL | 89.64º | 0.85% | 0.38% | - |
| HSV(B) | 89.64º | 0.92% | 0.71% | - |
| XYZ | 21.76 | 35.73 | 6.2 | - |
| YUV | 137.56 | 58.83 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 181 | 15 | 0.45 | 0 | 0.92 | 0.29 | 89.64 | 0.85 | 0.38 |
| Hex | 63 | B5 | F | 2D | 0 | 5C | 1D | 5A | 55 | 26 |
| Octal | 143 | 265 | 17 | 55 | 0 | 134 | 35 | 132 | 125 | 46 |
| Binary | 1100011 | 10110101 | 1111 | 101101 | 0 | 1011100 | 11101 | 1011010 | 1010101 | 100110 |
Color Harmonies of #63B50F
Complementary color
Monochromatic Colors of #63B50F
Black with #63B50F
Text Example
Text Example
White with #63B50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63B50F; }
p { color: rgb(99,181,15); }
H1.HeaderClassName
{
color: #63B50F;
}
.AnyTagClassName
{
color: #63B50F;
}
</style>
background-color css
<style>
a { background-color: #63B50F; }
a { background-color: rgb(99,181,15); }
div.DivClassName
{
background-color: #63B50F;
}
.BgClassName
{
background-color: #63B50F;
}
</style>
border-color css
<style>
span { border-color: #63B50F; }
span { border-color: rgb(99,181,15); }
td.TdClassName
{
border-color: #63B50F;
}
.TagClassName
{
border-color: #63B50F;
}
</style>