Shades of Christi #64BC02
Tints of Christi #64BC02
RGB
CMYK
RGB Variations
Color information
#64BC02 (or 0x64BC02) is known color: Christi. HEX triplet: 64, BC and 02. RGB value is (100,188,2). Sum of RGB (Red+Green+Blue) = 100+188+2=290 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.48% from 290); Green value is 188 (73.83% from 255 or 64.83% from 290); Blue value is 2 (1.17% from 255 or 0.69% from 290); Max value from RGB is 188 - color contains mainly: green. Hex color #64BC02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64BC02 is #9B43FD. Grayscale: #8D8D8D. Windows color (decimal): -10175486 or 179300. OLE color: 179300.
HSL color Cylindrical-coordinate representation of color #64BC02: hue angle of 88.39º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #64BC02 is Cyan = 0.47, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 188 | 2 | - |
| CMYK | 0.47 | 0 | 0.99 | 0.26 |
| HSL | 88.39º | 0.98% | 0.37% | - |
| HSV(B) | 88.39º | 0.99% | 0.74% | - |
| XYZ | 23.25 | 38.68 | 6.3 | - |
| YUV | 140.48 | 49.85 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 188 | 2 | 0.47 | 0 | 0.99 | 0.26 | 88.39 | 0.98 | 0.37 |
| Hex | 64 | BC | 2 | 2F | 0 | 63 | 1A | 58 | 62 | 25 |
| Octal | 144 | 274 | 2 | 57 | 0 | 143 | 32 | 130 | 142 | 45 |
| Binary | 1100100 | 10111100 | 10 | 101111 | 0 | 1100011 | 11010 | 1011000 | 1100010 | 100101 |
Color Harmonies of #64BC02
Complementary color
Monochromatic Colors of #64BC02
Black with #64BC02
Text Example
Text Example
White with #64BC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BC02; }
p { color: rgb(100,188,2); }
H1.HeaderClassName
{
color: #64BC02;
}
.AnyTagClassName
{
color: #64BC02;
}
</style>
background-color css
<style>
a { background-color: #64BC02; }
a { background-color: rgb(100,188,2); }
div.DivClassName
{
background-color: #64BC02;
}
.BgClassName
{
background-color: #64BC02;
}
</style>
border-color css
<style>
span { border-color: #64BC02; }
span { border-color: rgb(100,188,2); }
td.TdClassName
{
border-color: #64BC02;
}
.TagClassName
{
border-color: #64BC02;
}
</style>