Shades of Christi #64BA04
Tints of Christi #64BA04
RGB
CMYK
RGB Variations
Color information
#64BA04 (or 0x64BA04) is known color: Christi. HEX triplet: 64, BA and 04. RGB value is (100,186,4). Sum of RGB (Red+Green+Blue) = 100+186+4=290 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.48% from 290); Green value is 186 (73.05% from 255 or 64.14% from 290); Blue value is 4 (1.95% from 255 or 1.38% from 290); Max value from RGB is 186 - color contains mainly: green. Hex color #64BA04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64BA04 is #9B45FB. Grayscale: #8C8C8C. Windows color (decimal): -10175996 or 309860. OLE color: 309860.
HSL color Cylindrical-coordinate representation of color #64BA04: hue angle of 88.35º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #64BA04 is Cyan = 0.46, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 186 | 4 | - |
| CMYK | 0.46 | 0 | 0.98 | 0.27 |
| HSL | 88.35º | 0.96% | 0.37% | - |
| HSV(B) | 88.35º | 0.98% | 0.73% | - |
| XYZ | 22.84 | 37.84 | 6.21 | - |
| YUV | 139.54 | 51.51 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 186 | 4 | 0.46 | 0 | 0.98 | 0.27 | 88.35 | 0.96 | 0.37 |
| Hex | 64 | BA | 4 | 2E | 0 | 62 | 1B | 58 | 60 | 25 |
| Octal | 144 | 272 | 4 | 56 | 0 | 142 | 33 | 130 | 140 | 45 |
| Binary | 1100100 | 10111010 | 100 | 101110 | 0 | 1100010 | 11011 | 1011000 | 1100000 | 100101 |
Color Harmonies of #64BA04
Complementary color
Monochromatic Colors of #64BA04
Black with #64BA04
Text Example
Text Example
White with #64BA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BA04; }
p { color: rgb(100,186,4); }
H1.HeaderClassName
{
color: #64BA04;
}
.AnyTagClassName
{
color: #64BA04;
}
</style>
background-color css
<style>
a { background-color: #64BA04; }
a { background-color: rgb(100,186,4); }
div.DivClassName
{
background-color: #64BA04;
}
.BgClassName
{
background-color: #64BA04;
}
</style>
border-color css
<style>
span { border-color: #64BA04; }
span { border-color: rgb(100,186,4); }
td.TdClassName
{
border-color: #64BA04;
}
.TagClassName
{
border-color: #64BA04;
}
</style>