Shades of Christi #64BC00
Tints of Christi #64BC00
RGB
CMYK
RGB Variations
Color information
#64BC00 (or 0x64BC00) is known color: Christi. HEX triplet: 64, BC and 00. RGB value is (100,188,0). Sum of RGB (Red+Green+Blue) = 100+188+0=288 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.72% from 288); Green value is 188 (73.83% from 255 or 65.28% from 288); Blue value is 0 (0.39% from 255 or 0% from 288); Max value from RGB is 188 - color contains mainly: green. Hex color #64BC00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64BC00 is #9B43FF. Grayscale: #8C8C8C. Windows color (decimal): -10175488 or 48228. OLE color: 48228.
HSL color Cylindrical-coordinate representation of color #64BC00: hue angle of 88.09º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #64BC00 is Cyan = 0.47, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 188 | 0 | - |
| CMYK | 0.47 | 0 | 1 | 0.26 |
| HSL | 88.09º | 1% | 0.37% | - |
| HSV(B) | 88.09º | 1% | 0.74% | - |
| XYZ | 23.24 | 38.68 | 6.24 | - |
| YUV | 140.26 | 48.85 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 188 | 0 | 0.47 | 0 | 1 | 0.26 | 88.09 | 1 | 0.37 |
| Hex | 64 | BC | 0 | 2F | 0 | 64 | 1A | 58 | 64 | 25 |
| Octal | 144 | 274 | 0 | 57 | 0 | 144 | 32 | 130 | 144 | 45 |
| Binary | 1100100 | 10111100 | 0 | 101111 | 0 | 1100100 | 11010 | 1011000 | 1100100 | 100101 |
Color Harmonies of #64BC00
Complementary color
Monochromatic Colors of #64BC00
Black with #64BC00
Text Example
Text Example
White with #64BC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BC00; }
p { color: rgb(100,188,0); }
H1.HeaderClassName
{
color: #64BC00;
}
.AnyTagClassName
{
color: #64BC00;
}
</style>
background-color css
<style>
a { background-color: #64BC00; }
a { background-color: rgb(100,188,0); }
div.DivClassName
{
background-color: #64BC00;
}
.BgClassName
{
background-color: #64BC00;
}
</style>
border-color css
<style>
span { border-color: #64BC00; }
span { border-color: rgb(100,188,0); }
td.TdClassName
{
border-color: #64BC00;
}
.TagClassName
{
border-color: #64BC00;
}
</style>