Shades of Christi #64B512
Tints of Christi #64B512
RGB
CMYK
RGB Variations
Color information
#64B512 (or 0x64B512) is known color: Christi. HEX triplet: 64, B5 and 12. RGB value is (100,181,18). Sum of RGB (Red+Green+Blue) = 100+181+18=299 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.44% from 299); Green value is 181 (71.09% from 255 or 60.54% from 299); Blue value is 18 (7.42% from 255 or 6.02% from 299); Max value from RGB is 181 - color contains mainly: green. Hex color #64B512 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64B512 is #9B4AED. Grayscale: #8A8A8A. Windows color (decimal): -10177262 or 1226084. OLE color: 1226084.
HSL color Cylindrical-coordinate representation of color #64B512: hue angle of 89.82º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #64B512 is Cyan = 0.45, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 100 | 181 | 18 | - |
| CMYK | 0.45 | 0 | 0.90 | 0.29 |
| HSL | 89.82º | 0.82% | 0.39% | - |
| HSV(B) | 89.82º | 0.9% | 0.71% | - |
| XYZ | 21.89 | 35.8 | 6.33 | - |
| YUV | 138.2 | 60.16 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 181 | 18 | 0.45 | 0 | 0.90 | 0.29 | 89.82 | 0.82 | 0.39 |
| Hex | 64 | B5 | 12 | 2D | 0 | 5A | 1D | 5A | 52 | 27 |
| Octal | 144 | 265 | 22 | 55 | 0 | 132 | 35 | 132 | 122 | 47 |
| Binary | 1100100 | 10110101 | 10010 | 101101 | 0 | 1011010 | 11101 | 1011010 | 1010010 | 100111 |
Color Harmonies of #64B512
Complementary color
Monochromatic Colors of #64B512
Black with #64B512
Text Example
Text Example
White with #64B512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B512; }
p { color: rgb(100,181,18); }
H1.HeaderClassName
{
color: #64B512;
}
.AnyTagClassName
{
color: #64B512;
}
</style>
background-color css
<style>
a { background-color: #64B512; }
a { background-color: rgb(100,181,18); }
div.DivClassName
{
background-color: #64B512;
}
.BgClassName
{
background-color: #64B512;
}
</style>
border-color css
<style>
span { border-color: #64B512; }
span { border-color: rgb(100,181,18); }
td.TdClassName
{
border-color: #64B512;
}
.TagClassName
{
border-color: #64B512;
}
</style>