Shades of Christi #64AB17
Tints of Christi #64AB17
RGB
CMYK
RGB Variations
Color information
#64AB17 (or 0x64AB17) is known color: Christi. HEX triplet: 64, AB and 17. RGB value is (100,171,23). Sum of RGB (Red+Green+Blue) = 100+171+23=294 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.01% from 294); Green value is 171 (67.19% from 255 or 58.16% from 294); Blue value is 23 (9.38% from 255 or 7.82% from 294); Max value from RGB is 171 - color contains mainly: green. Hex color #64AB17 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #64AB17 is #9B54E8. Grayscale: #858585. Windows color (decimal): -10179817 or 1551204. OLE color: 1551204.
HSL color Cylindrical-coordinate representation of color #64AB17: hue angle of 88.78º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #64AB17 is Cyan = 0.42, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 171 | 23 | - |
| CMYK | 0.42 | 0 | 0.87 | 0.33 |
| HSL | 88.78º | 0.76% | 0.38% | - |
| HSV(B) | 88.78º | 0.87% | 0.67% | - |
| XYZ | 19.97 | 31.9 | 5.91 | - |
| YUV | 132.9 | 65.98 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 171 | 23 | 0.42 | 0 | 0.87 | 0.33 | 88.78 | 0.76 | 0.38 |
| Hex | 64 | AB | 17 | 2A | 0 | 57 | 21 | 59 | 4C | 26 |
| Octal | 144 | 253 | 27 | 52 | 0 | 127 | 41 | 131 | 114 | 46 |
| Binary | 1100100 | 10101011 | 10111 | 101010 | 0 | 1010111 | 100001 | 1011001 | 1001100 | 100110 |
Color Harmonies of #64AB17
Complementary color
Monochromatic Colors of #64AB17
Black with #64AB17
Text Example
Text Example
White with #64AB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AB17; }
p { color: rgb(100,171,23); }
H1.HeaderClassName
{
color: #64AB17;
}
.AnyTagClassName
{
color: #64AB17;
}
</style>
background-color css
<style>
a { background-color: #64AB17; }
a { background-color: rgb(100,171,23); }
div.DivClassName
{
background-color: #64AB17;
}
.BgClassName
{
background-color: #64AB17;
}
</style>
border-color css
<style>
span { border-color: #64AB17; }
span { border-color: rgb(100,171,23); }
td.TdClassName
{
border-color: #64AB17;
}
.TagClassName
{
border-color: #64AB17;
}
</style>