Shades of Christi #64B517
Tints of Christi #64B517
RGB
CMYK
RGB Variations
Color information
#64B517 (or 0x64B517) is known color: Christi. HEX triplet: 64, B5 and 17. RGB value is (100,181,23). Sum of RGB (Red+Green+Blue) = 100+181+23=304 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.89% from 304); Green value is 181 (71.09% from 255 or 59.54% from 304); Blue value is 23 (9.38% from 255 or 7.57% from 304); Max value from RGB is 181 - color contains mainly: green. Hex color #64B517 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64B517 is #9B4AE8. Grayscale: #8B8B8B. Windows color (decimal): -10177257 or 1553764. OLE color: 1553764.
HSL color Cylindrical-coordinate representation of color #64B517: hue angle of 90.76º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #64B517 is Cyan = 0.45, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 100 | 181 | 23 | - |
| CMYK | 0.45 | 0 | 0.87 | 0.29 |
| HSL | 90.76º | 0.77% | 0.4% | - |
| HSV(B) | 90.76º | 0.87% | 0.71% | - |
| XYZ | 21.93 | 35.82 | 6.57 | - |
| YUV | 138.77 | 62.66 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 181 | 23 | 0.45 | 0 | 0.87 | 0.29 | 90.76 | 0.77 | 0.4 |
| Hex | 64 | B5 | 17 | 2D | 0 | 57 | 1D | 5B | 4D | 28 |
| Octal | 144 | 265 | 27 | 55 | 0 | 127 | 35 | 133 | 115 | 50 |
| Binary | 1100100 | 10110101 | 10111 | 101101 | 0 | 1010111 | 11101 | 1011011 | 1001101 | 101000 |
Color Harmonies of #64B517
Complementary color
Monochromatic Colors of #64B517
Black with #64B517
Text Example
Text Example
White with #64B517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B517; }
p { color: rgb(100,181,23); }
H1.HeaderClassName
{
color: #64B517;
}
.AnyTagClassName
{
color: #64B517;
}
</style>
background-color css
<style>
a { background-color: #64B517; }
a { background-color: rgb(100,181,23); }
div.DivClassName
{
background-color: #64B517;
}
.BgClassName
{
background-color: #64B517;
}
</style>
border-color css
<style>
span { border-color: #64B517; }
span { border-color: rgb(100,181,23); }
td.TdClassName
{
border-color: #64B517;
}
.TagClassName
{
border-color: #64B517;
}
</style>