Shades of Christi #63AF11
Tints of Christi #63AF11
RGB
CMYK
RGB Variations
Color information
#63AF11 (or 0x63AF11) is known color: Christi. HEX triplet: 63, AF and 11. RGB value is (99,175,17). Sum of RGB (Red+Green+Blue) = 99+175+17=291 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.02% from 291); Green value is 175 (68.75% from 255 or 60.14% from 291); Blue value is 17 (7.03% from 255 or 5.84% from 291); Max value from RGB is 175 - color contains mainly: green. Hex color #63AF11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63AF11 is #9C50EE. Grayscale: #868686. Windows color (decimal): -10244335 or 1159011. OLE color: 1159011.
HSL color Cylindrical-coordinate representation of color #63AF11: hue angle of 88.86º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #63AF11 is Cyan = 0.43, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 99 | 175 | 17 | - |
| CMYK | 0.43 | 0 | 0.90 | 0.31 |
| HSL | 88.86º | 0.82% | 0.38% | - |
| HSV(B) | 88.86º | 0.9% | 0.69% | - |
| XYZ | 20.58 | 33.35 | 5.88 | - |
| YUV | 134.26 | 61.82 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 175 | 17 | 0.43 | 0 | 0.90 | 0.31 | 88.86 | 0.82 | 0.38 |
| Hex | 63 | AF | 11 | 2B | 0 | 5A | 1F | 59 | 52 | 26 |
| Octal | 143 | 257 | 21 | 53 | 0 | 132 | 37 | 131 | 122 | 46 |
| Binary | 1100011 | 10101111 | 10001 | 101011 | 0 | 1011010 | 11111 | 1011001 | 1010010 | 100110 |
Color Harmonies of #63AF11
Complementary color
Monochromatic Colors of #63AF11
Black with #63AF11
Text Example
Text Example
White with #63AF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AF11; }
p { color: rgb(99,175,17); }
H1.HeaderClassName
{
color: #63AF11;
}
.AnyTagClassName
{
color: #63AF11;
}
</style>
background-color css
<style>
a { background-color: #63AF11; }
a { background-color: rgb(99,175,17); }
div.DivClassName
{
background-color: #63AF11;
}
.BgClassName
{
background-color: #63AF11;
}
</style>
border-color css
<style>
span { border-color: #63AF11; }
span { border-color: rgb(99,175,17); }
td.TdClassName
{
border-color: #63AF11;
}
.TagClassName
{
border-color: #63AF11;
}
</style>