Shades of Christi #64B316
Tints of Christi #64B316
RGB
CMYK
RGB Variations
Color information
#64B316 (or 0x64B316) is known color: Christi. HEX triplet: 64, B3 and 16. RGB value is (100,179,22). Sum of RGB (Red+Green+Blue) = 100+179+22=301 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.22% from 301); Green value is 179 (70.31% from 255 or 59.47% from 301); Blue value is 22 (8.98% from 255 or 7.31% from 301); Max value from RGB is 179 - color contains mainly: green. Hex color #64B316 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64B316 is #9B4CE9. Grayscale: #8A8A8A. Windows color (decimal): -10177770 or 1487716. OLE color: 1487716.
HSL color Cylindrical-coordinate representation of color #64B316: hue angle of 90.19º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #64B316 is Cyan = 0.44, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 100 | 179 | 22 | - |
| CMYK | 0.44 | 0 | 0.88 | 0.30 |
| HSL | 90.19º | 0.78% | 0.39% | - |
| HSV(B) | 90.19º | 0.88% | 0.7% | - |
| XYZ | 21.52 | 35.01 | 6.38 | - |
| YUV | 137.48 | 62.83 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 179 | 22 | 0.44 | 0 | 0.88 | 0.30 | 90.19 | 0.78 | 0.39 |
| Hex | 64 | B3 | 16 | 2C | 0 | 58 | 1E | 5A | 4E | 27 |
| Octal | 144 | 263 | 26 | 54 | 0 | 130 | 36 | 132 | 116 | 47 |
| Binary | 1100100 | 10110011 | 10110 | 101100 | 0 | 1011000 | 11110 | 1011010 | 1001110 | 100111 |
Color Harmonies of #64B316
Complementary color
Monochromatic Colors of #64B316
Black with #64B316
Text Example
Text Example
White with #64B316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B316; }
p { color: rgb(100,179,22); }
H1.HeaderClassName
{
color: #64B316;
}
.AnyTagClassName
{
color: #64B316;
}
</style>
background-color css
<style>
a { background-color: #64B316; }
a { background-color: rgb(100,179,22); }
div.DivClassName
{
background-color: #64B316;
}
.BgClassName
{
background-color: #64B316;
}
</style>
border-color css
<style>
span { border-color: #64B316; }
span { border-color: rgb(100,179,22); }
td.TdClassName
{
border-color: #64B316;
}
.TagClassName
{
border-color: #64B316;
}
</style>