Shades of Christi #63AF04
Tints of Christi #63AF04
RGB
CMYK
RGB Variations
Color information
#63AF04 (or 0x63AF04) is known color: Christi. HEX triplet: 63, AF and 04. RGB value is (99,175,4). Sum of RGB (Red+Green+Blue) = 99+175+4=278 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.61% from 278); Green value is 175 (68.75% from 255 or 62.95% from 278); Blue value is 4 (1.95% from 255 or 1.44% from 278); Max value from RGB is 175 - color contains mainly: green. Hex color #63AF04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63AF04 is #9C50FB. Grayscale: #858585. Windows color (decimal): -10244348 or 307043. OLE color: 307043.
HSL color Cylindrical-coordinate representation of color #63AF04: hue angle of 86.67º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #63AF04 is Cyan = 0.43, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 99 | 175 | 4 | - |
| CMYK | 0.43 | 0 | 0.98 | 0.31 |
| HSL | 86.67º | 0.96% | 0.35% | - |
| HSV(B) | 86.67º | 0.98% | 0.69% | - |
| XYZ | 20.5 | 33.32 | 5.47 | - |
| YUV | 132.78 | 55.32 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 175 | 4 | 0.43 | 0 | 0.98 | 0.31 | 86.67 | 0.96 | 0.35 |
| Hex | 63 | AF | 4 | 2B | 0 | 62 | 1F | 57 | 60 | 23 |
| Octal | 143 | 257 | 4 | 53 | 0 | 142 | 37 | 127 | 140 | 43 |
| Binary | 1100011 | 10101111 | 100 | 101011 | 0 | 1100010 | 11111 | 1010111 | 1100000 | 100011 |
Color Harmonies of #63AF04
Complementary color
Monochromatic Colors of #63AF04
Black with #63AF04
Text Example
Text Example
White with #63AF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AF04; }
p { color: rgb(99,175,4); }
H1.HeaderClassName
{
color: #63AF04;
}
.AnyTagClassName
{
color: #63AF04;
}
</style>
background-color css
<style>
a { background-color: #63AF04; }
a { background-color: rgb(99,175,4); }
div.DivClassName
{
background-color: #63AF04;
}
.BgClassName
{
background-color: #63AF04;
}
</style>
border-color css
<style>
span { border-color: #63AF04; }
span { border-color: rgb(99,175,4); }
td.TdClassName
{
border-color: #63AF04;
}
.TagClassName
{
border-color: #63AF04;
}
</style>