Shades of Christi #64B804
Tints of Christi #64B804
RGB
CMYK
RGB Variations
Color information
#64B804 (or 0x64B804) is known color: Christi. HEX triplet: 64, B8 and 04. RGB value is (100,184,4). Sum of RGB (Red+Green+Blue) = 100+184+4=288 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.72% from 288); Green value is 184 (72.27% from 255 or 63.89% from 288); Blue value is 4 (1.95% from 255 or 1.39% from 288); Max value from RGB is 184 - color contains mainly: green. Hex color #64B804 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64B804 is #9B47FB. Grayscale: #8B8B8B. Windows color (decimal): -10176508 or 309348. OLE color: 309348.
HSL color Cylindrical-coordinate representation of color #64B804: hue angle of 88º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #64B804 is Cyan = 0.46, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 100 | 184 | 4 | - |
| CMYK | 0.46 | 0 | 0.98 | 0.28 |
| HSL | 88º | 0.96% | 0.37% | - |
| HSV(B) | 88º | 0.98% | 0.72% | - |
| XYZ | 22.42 | 37 | 6.07 | - |
| YUV | 138.36 | 52.17 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 184 | 4 | 0.46 | 0 | 0.98 | 0.28 | 88 | 0.96 | 0.37 |
| Hex | 64 | B8 | 4 | 2E | 0 | 62 | 1C | 58 | 60 | 25 |
| Octal | 144 | 270 | 4 | 56 | 0 | 142 | 34 | 130 | 140 | 45 |
| Binary | 1100100 | 10111000 | 100 | 101110 | 0 | 1100010 | 11100 | 1011000 | 1100000 | 100101 |
Color Harmonies of #64B804
Complementary color
Monochromatic Colors of #64B804
Black with #64B804
Text Example
Text Example
White with #64B804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B804; }
p { color: rgb(100,184,4); }
H1.HeaderClassName
{
color: #64B804;
}
.AnyTagClassName
{
color: #64B804;
}
</style>
background-color css
<style>
a { background-color: #64B804; }
a { background-color: rgb(100,184,4); }
div.DivClassName
{
background-color: #64B804;
}
.BgClassName
{
background-color: #64B804;
}
</style>
border-color css
<style>
span { border-color: #64B804; }
span { border-color: rgb(100,184,4); }
td.TdClassName
{
border-color: #64B804;
}
.TagClassName
{
border-color: #64B804;
}
</style>