Shades of Christi #64AD17
Tints of Christi #64AD17
RGB
CMYK
RGB Variations
Color information
#64AD17 (or 0x64AD17) is known color: Christi. HEX triplet: 64, AD and 17. RGB value is (100,173,23). Sum of RGB (Red+Green+Blue) = 100+173+23=296 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.78% from 296); Green value is 173 (67.97% from 255 or 58.45% from 296); Blue value is 23 (9.38% from 255 or 7.77% from 296); Max value from RGB is 173 - color contains mainly: green. Hex color #64AD17 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #64AD17 is #9B52E8. Grayscale: #868686. Windows color (decimal): -10179305 or 1551716. OLE color: 1551716.
HSL color Cylindrical-coordinate representation of color #64AD17: hue angle of 89.2º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #64AD17 is Cyan = 0.42, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 100 | 173 | 23 | - |
| CMYK | 0.42 | 0 | 0.87 | 0.32 |
| HSL | 89.2º | 0.77% | 0.38% | - |
| HSV(B) | 89.2º | 0.87% | 0.68% | - |
| XYZ | 20.35 | 32.66 | 6.04 | - |
| YUV | 134.07 | 65.32 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 173 | 23 | 0.42 | 0 | 0.87 | 0.32 | 89.2 | 0.77 | 0.38 |
| Hex | 64 | AD | 17 | 2A | 0 | 57 | 20 | 59 | 4D | 26 |
| Octal | 144 | 255 | 27 | 52 | 0 | 127 | 40 | 131 | 115 | 46 |
| Binary | 1100100 | 10101101 | 10111 | 101010 | 0 | 1010111 | 100000 | 1011001 | 1001101 | 100110 |
Color Harmonies of #64AD17
Complementary color
Monochromatic Colors of #64AD17
Black with #64AD17
Text Example
Text Example
White with #64AD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AD17; }
p { color: rgb(100,173,23); }
H1.HeaderClassName
{
color: #64AD17;
}
.AnyTagClassName
{
color: #64AD17;
}
</style>
background-color css
<style>
a { background-color: #64AD17; }
a { background-color: rgb(100,173,23); }
div.DivClassName
{
background-color: #64AD17;
}
.BgClassName
{
background-color: #64AD17;
}
</style>
border-color css
<style>
span { border-color: #64AD17; }
span { border-color: rgb(100,173,23); }
td.TdClassName
{
border-color: #64AD17;
}
.TagClassName
{
border-color: #64AD17;
}
</style>