Shades of Christi #64BC05
Tints of Christi #64BC05
RGB
CMYK
RGB Variations
Color information
#64BC05 (or 0x64BC05) is known color: Christi. HEX triplet: 64, BC and 05. RGB value is (100,188,5). Sum of RGB (Red+Green+Blue) = 100+188+5=293 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.13% from 293); Green value is 188 (73.83% from 255 or 64.16% from 293); Blue value is 5 (2.34% from 255 or 1.71% from 293); Max value from RGB is 188 - color contains mainly: green. Hex color #64BC05 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64BC05 is #9B43FA. Grayscale: #8D8D8D. Windows color (decimal): -10175483 or 375908. OLE color: 375908.
HSL color Cylindrical-coordinate representation of color #64BC05: hue angle of 88.85º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #64BC05 is Cyan = 0.47, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 188 | 5 | - |
| CMYK | 0.47 | 0 | 0.97 | 0.26 |
| HSL | 88.85º | 0.95% | 0.38% | - |
| HSV(B) | 88.85º | 0.97% | 0.74% | - |
| XYZ | 23.27 | 38.69 | 6.38 | - |
| YUV | 140.83 | 51.35 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 188 | 5 | 0.47 | 0 | 0.97 | 0.26 | 88.85 | 0.95 | 0.38 |
| Hex | 64 | BC | 5 | 2F | 0 | 61 | 1A | 59 | 5F | 26 |
| Octal | 144 | 274 | 5 | 57 | 0 | 141 | 32 | 131 | 137 | 46 |
| Binary | 1100100 | 10111100 | 101 | 101111 | 0 | 1100001 | 11010 | 1011001 | 1011111 | 100110 |
Color Harmonies of #64BC05
Complementary color
Monochromatic Colors of #64BC05
Black with #64BC05
Text Example
Text Example
White with #64BC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BC05; }
p { color: rgb(100,188,5); }
H1.HeaderClassName
{
color: #64BC05;
}
.AnyTagClassName
{
color: #64BC05;
}
</style>
background-color css
<style>
a { background-color: #64BC05; }
a { background-color: rgb(100,188,5); }
div.DivClassName
{
background-color: #64BC05;
}
.BgClassName
{
background-color: #64BC05;
}
</style>
border-color css
<style>
span { border-color: #64BC05; }
span { border-color: rgb(100,188,5); }
td.TdClassName
{
border-color: #64BC05;
}
.TagClassName
{
border-color: #64BC05;
}
</style>