Shades of Christi #64B50B
Tints of Christi #64B50B
RGB
CMYK
RGB Variations
Color information
#64B50B (or 0x64B50B) is known color: Christi. HEX triplet: 64, B5 and 0B. RGB value is (100,181,11). Sum of RGB (Red+Green+Blue) = 100+181+11=292 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.25% from 292); Green value is 181 (71.09% from 255 or 61.99% from 292); Blue value is 11 (4.69% from 255 or 3.77% from 292); Max value from RGB is 181 - color contains mainly: green. Hex color #64B50B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64B50B is #9B4AF4. Grayscale: #8A8A8A. Windows color (decimal): -10177269 or 767332. OLE color: 767332.
HSL color Cylindrical-coordinate representation of color #64B50B: hue angle of 88.59º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #64B50B is Cyan = 0.45, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 100 | 181 | 11 | - |
| CMYK | 0.45 | 0 | 0.94 | 0.29 |
| HSL | 88.59º | 0.89% | 0.38% | - |
| HSV(B) | 88.59º | 0.94% | 0.71% | - |
| XYZ | 21.84 | 35.78 | 6.07 | - |
| YUV | 137.4 | 56.66 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 181 | 11 | 0.45 | 0 | 0.94 | 0.29 | 88.59 | 0.89 | 0.38 |
| Hex | 64 | B5 | B | 2D | 0 | 5E | 1D | 59 | 59 | 26 |
| Octal | 144 | 265 | 13 | 55 | 0 | 136 | 35 | 131 | 131 | 46 |
| Binary | 1100100 | 10110101 | 1011 | 101101 | 0 | 1011110 | 11101 | 1011001 | 1011001 | 100110 |
Color Harmonies of #64B50B
Complementary color
Monochromatic Colors of #64B50B
Black with #64B50B
Text Example
Text Example
White with #64B50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B50B; }
p { color: rgb(100,181,11); }
H1.HeaderClassName
{
color: #64B50B;
}
.AnyTagClassName
{
color: #64B50B;
}
</style>
background-color css
<style>
a { background-color: #64B50B; }
a { background-color: rgb(100,181,11); }
div.DivClassName
{
background-color: #64B50B;
}
.BgClassName
{
background-color: #64B50B;
}
</style>
border-color css
<style>
span { border-color: #64B50B; }
span { border-color: rgb(100,181,11); }
td.TdClassName
{
border-color: #64B50B;
}
.TagClassName
{
border-color: #64B50B;
}
</style>