Shades of Christi #63B801
Tints of Christi #63B801
RGB
CMYK
RGB Variations
Color information
#63B801 (or 0x63B801) is known color: Christi. HEX triplet: 63, B8 and 01. RGB value is (99,184,1). Sum of RGB (Red+Green+Blue) = 99+184+1=284 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.86% from 284); Green value is 184 (72.27% from 255 or 64.79% from 284); Blue value is 1 (0.78% from 255 or 0.35% from 284); Max value from RGB is 184 - color contains mainly: green. Hex color #63B801 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #63B801 is #9C47FE. Grayscale: #8A8A8A. Windows color (decimal): -10242047 or 112739. OLE color: 112739.
HSL color Cylindrical-coordinate representation of color #63B801: hue angle of 87.87º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #63B801 is Cyan = 0.46, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 99 | 184 | 1 | - |
| CMYK | 0.46 | 0 | 0.99 | 0.28 |
| HSL | 87.87º | 0.99% | 0.36% | - |
| HSV(B) | 87.87º | 0.99% | 0.72% | - |
| XYZ | 22.29 | 36.94 | 5.98 | - |
| YUV | 137.72 | 50.84 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 184 | 1 | 0.46 | 0 | 0.99 | 0.28 | 87.87 | 0.99 | 0.36 |
| Hex | 63 | B8 | 1 | 2E | 0 | 63 | 1C | 58 | 63 | 24 |
| Octal | 143 | 270 | 1 | 56 | 0 | 143 | 34 | 130 | 143 | 44 |
| Binary | 1100011 | 10111000 | 1 | 101110 | 0 | 1100011 | 11100 | 1011000 | 1100011 | 100100 |
Color Harmonies of #63B801
Complementary color
Monochromatic Colors of #63B801
Black with #63B801
Text Example
Text Example
White with #63B801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63B801; }
p { color: rgb(99,184,1); }
H1.HeaderClassName
{
color: #63B801;
}
.AnyTagClassName
{
color: #63B801;
}
</style>
background-color css
<style>
a { background-color: #63B801; }
a { background-color: rgb(99,184,1); }
div.DivClassName
{
background-color: #63B801;
}
.BgClassName
{
background-color: #63B801;
}
</style>
border-color css
<style>
span { border-color: #63B801; }
span { border-color: rgb(99,184,1); }
td.TdClassName
{
border-color: #63B801;
}
.TagClassName
{
border-color: #63B801;
}
</style>