Shades of Christi #64B511
Tints of Christi #64B511
RGB
CMYK
RGB Variations
Color information
#64B511 (or 0x64B511) is known color: Christi. HEX triplet: 64, B5 and 11. RGB value is (100,181,17). Sum of RGB (Red+Green+Blue) = 100+181+17=298 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.56% from 298); Green value is 181 (71.09% from 255 or 60.74% from 298); Blue value is 17 (7.03% from 255 or 5.70% from 298); Max value from RGB is 181 - color contains mainly: green. Hex color #64B511 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64B511 is #9B4AEE. Grayscale: #8A8A8A. Windows color (decimal): -10177263 or 1160548. OLE color: 1160548.
HSL color Cylindrical-coordinate representation of color #64B511: hue angle of 89.63º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #64B511 is Cyan = 0.45, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 100 | 181 | 17 | - |
| CMYK | 0.45 | 0 | 0.91 | 0.29 |
| HSL | 89.63º | 0.83% | 0.39% | - |
| HSV(B) | 89.63º | 0.91% | 0.71% | - |
| XYZ | 21.88 | 35.8 | 6.29 | - |
| YUV | 138.09 | 59.66 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 181 | 17 | 0.45 | 0 | 0.91 | 0.29 | 89.63 | 0.83 | 0.39 |
| Hex | 64 | B5 | 11 | 2D | 0 | 5B | 1D | 5A | 53 | 27 |
| Octal | 144 | 265 | 21 | 55 | 0 | 133 | 35 | 132 | 123 | 47 |
| Binary | 1100100 | 10110101 | 10001 | 101101 | 0 | 1011011 | 11101 | 1011010 | 1010011 | 100111 |
Color Harmonies of #64B511
Complementary color
Monochromatic Colors of #64B511
Black with #64B511
Text Example
Text Example
White with #64B511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B511; }
p { color: rgb(100,181,17); }
H1.HeaderClassName
{
color: #64B511;
}
.AnyTagClassName
{
color: #64B511;
}
</style>
background-color css
<style>
a { background-color: #64B511; }
a { background-color: rgb(100,181,17); }
div.DivClassName
{
background-color: #64B511;
}
.BgClassName
{
background-color: #64B511;
}
</style>
border-color css
<style>
span { border-color: #64B511; }
span { border-color: rgb(100,181,17); }
td.TdClassName
{
border-color: #64B511;
}
.TagClassName
{
border-color: #64B511;
}
</style>