Shades of Christi #64B90A
Tints of Christi #64B90A
RGB
CMYK
RGB Variations
Color information
#64B90A (or 0x64B90A) is known color: Christi. HEX triplet: 64, B9 and 0A. RGB value is (100,185,10). Sum of RGB (Red+Green+Blue) = 100+185+10=295 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.90% from 295); Green value is 185 (72.66% from 255 or 62.71% from 295); Blue value is 10 (4.30% from 255 or 3.39% from 295); Max value from RGB is 185 - color contains mainly: green. Hex color #64B90A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64B90A is #9B46F5. Grayscale: #8C8C8C. Windows color (decimal): -10176246 or 702820. OLE color: 702820.
HSL color Cylindrical-coordinate representation of color #64B90A: hue angle of 89.14º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #64B90A is Cyan = 0.46, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 185 | 10 | - |
| CMYK | 0.46 | 0 | 0.95 | 0.27 |
| HSL | 89.14º | 0.9% | 0.38% | - |
| HSV(B) | 89.14º | 0.95% | 0.73% | - |
| XYZ | 22.66 | 37.43 | 6.32 | - |
| YUV | 139.64 | 54.84 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 185 | 10 | 0.46 | 0 | 0.95 | 0.27 | 89.14 | 0.9 | 0.38 |
| Hex | 64 | B9 | A | 2E | 0 | 5F | 1B | 59 | 5A | 26 |
| Octal | 144 | 271 | 12 | 56 | 0 | 137 | 33 | 131 | 132 | 46 |
| Binary | 1100100 | 10111001 | 1010 | 101110 | 0 | 1011111 | 11011 | 1011001 | 1011010 | 100110 |
Color Harmonies of #64B90A
Complementary color
Monochromatic Colors of #64B90A
Black with #64B90A
Text Example
Text Example
White with #64B90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B90A; }
p { color: rgb(100,185,10); }
H1.HeaderClassName
{
color: #64B90A;
}
.AnyTagClassName
{
color: #64B90A;
}
</style>
background-color css
<style>
a { background-color: #64B90A; }
a { background-color: rgb(100,185,10); }
div.DivClassName
{
background-color: #64B90A;
}
.BgClassName
{
background-color: #64B90A;
}
</style>
border-color css
<style>
span { border-color: #64B90A; }
span { border-color: rgb(100,185,10); }
td.TdClassName
{
border-color: #64B90A;
}
.TagClassName
{
border-color: #64B90A;
}
</style>