Shades of Christi #64BC07
Tints of Christi #64BC07
RGB
CMYK
RGB Variations
Color information
#64BC07 (or 0x64BC07) is known color: Christi. HEX triplet: 64, BC and 07. RGB value is (100,188,7). Sum of RGB (Red+Green+Blue) = 100+188+7=295 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.90% from 295); Green value is 188 (73.83% from 255 or 63.73% from 295); Blue value is 7 (3.12% from 255 or 2.37% from 295); Max value from RGB is 188 - color contains mainly: green. Hex color #64BC07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64BC07 is #9B43F8. Grayscale: #8D8D8D. Windows color (decimal): -10175481 or 506980. OLE color: 506980.
HSL color Cylindrical-coordinate representation of color #64BC07: hue angle of 89.17º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #64BC07 is Cyan = 0.47, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 188 | 7 | - |
| CMYK | 0.47 | 0 | 0.96 | 0.26 |
| HSL | 89.17º | 0.93% | 0.38% | - |
| HSV(B) | 89.17º | 0.96% | 0.74% | - |
| XYZ | 23.28 | 38.69 | 6.44 | - |
| YUV | 141.05 | 52.35 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 188 | 7 | 0.47 | 0 | 0.96 | 0.26 | 89.17 | 0.93 | 0.38 |
| Hex | 64 | BC | 7 | 2F | 0 | 60 | 1A | 59 | 5D | 26 |
| Octal | 144 | 274 | 7 | 57 | 0 | 140 | 32 | 131 | 135 | 46 |
| Binary | 1100100 | 10111100 | 111 | 101111 | 0 | 1100000 | 11010 | 1011001 | 1011101 | 100110 |
Color Harmonies of #64BC07
Complementary color
Monochromatic Colors of #64BC07
Black with #64BC07
Text Example
Text Example
White with #64BC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BC07; }
p { color: rgb(100,188,7); }
H1.HeaderClassName
{
color: #64BC07;
}
.AnyTagClassName
{
color: #64BC07;
}
</style>
background-color css
<style>
a { background-color: #64BC07; }
a { background-color: rgb(100,188,7); }
div.DivClassName
{
background-color: #64BC07;
}
.BgClassName
{
background-color: #64BC07;
}
</style>
border-color css
<style>
span { border-color: #64BC07; }
span { border-color: rgb(100,188,7); }
td.TdClassName
{
border-color: #64BC07;
}
.TagClassName
{
border-color: #64BC07;
}
</style>