Shades of Christi #64B417
Tints of Christi #64B417
RGB
CMYK
RGB Variations
Color information
#64B417 (or 0x64B417) is known color: Christi. HEX triplet: 64, B4 and 17. RGB value is (100,180,23). Sum of RGB (Red+Green+Blue) = 100+180+23=303 (40% of max value = 765). Red value is 100 (39.45% from 255 or 33.00% from 303); Green value is 180 (70.70% from 255 or 59.41% from 303); Blue value is 23 (9.38% from 255 or 7.59% from 303); Max value from RGB is 180 - color contains mainly: green. Hex color #64B417 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64B417 is #9B4BE8. Grayscale: #8A8A8A. Windows color (decimal): -10177513 or 1553508. OLE color: 1553508.
HSL color Cylindrical-coordinate representation of color #64B417: hue angle of 90.57º 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 #64B417 is Cyan = 0.44, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 100 | 180 | 23 | - |
| CMYK | 0.44 | 0 | 0.87 | 0.29 |
| HSL | 90.57º | 0.77% | 0.4% | - |
| HSV(B) | 90.57º | 0.87% | 0.71% | - |
| XYZ | 21.73 | 35.41 | 6.5 | - |
| YUV | 138.18 | 63 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 180 | 23 | 0.44 | 0 | 0.87 | 0.29 | 90.57 | 0.77 | 0.4 |
| Hex | 64 | B4 | 17 | 2C | 0 | 57 | 1D | 5B | 4D | 28 |
| Octal | 144 | 264 | 27 | 54 | 0 | 127 | 35 | 133 | 115 | 50 |
| Binary | 1100100 | 10110100 | 10111 | 101100 | 0 | 1010111 | 11101 | 1011011 | 1001101 | 101000 |
Color Harmonies of #64B417
Complementary color
Monochromatic Colors of #64B417
Black with #64B417
Text Example
Text Example
White with #64B417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B417; }
p { color: rgb(100,180,23); }
H1.HeaderClassName
{
color: #64B417;
}
.AnyTagClassName
{
color: #64B417;
}
</style>
background-color css
<style>
a { background-color: #64B417; }
a { background-color: rgb(100,180,23); }
div.DivClassName
{
background-color: #64B417;
}
.BgClassName
{
background-color: #64B417;
}
</style>
border-color css
<style>
span { border-color: #64B417; }
span { border-color: rgb(100,180,23); }
td.TdClassName
{
border-color: #64B417;
}
.TagClassName
{
border-color: #64B417;
}
</style>