Shades of Christi #64BC1F
Tints of Christi #64BC1F
RGB
CMYK
RGB Variations
Color information
#64BC1F (or 0x64BC1F) is known color: Christi. HEX triplet: 64, BC and 1F. RGB value is (100,188,31). Sum of RGB (Red+Green+Blue) = 100+188+31=319 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.35% from 319); Green value is 188 (73.83% from 255 or 58.93% from 319); Blue value is 31 (12.5% from 255 or 9.72% from 319); Max value from RGB is 188 - color contains mainly: green. Hex color #64BC1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64BC1F is #9B43E0. Grayscale: #909090. Windows color (decimal): -10175457 or 2079844. OLE color: 2079844.
HSL color Cylindrical-coordinate representation of color #64BC1F: hue angle of 93.63º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #64BC1F is Cyan = 0.47, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 188 | 31 | - |
| CMYK | 0.47 | 0 | 0.84 | 0.26 |
| HSL | 93.63º | 0.72% | 0.43% | - |
| HSV(B) | 93.63º | 0.84% | 0.74% | - |
| XYZ | 23.49 | 38.77 | 7.54 | - |
| YUV | 143.79 | 64.35 | 96.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 188 | 31 | 0.47 | 0 | 0.84 | 0.26 | 93.63 | 0.72 | 0.43 |
| Hex | 64 | BC | 1F | 2F | 0 | 54 | 1A | 5E | 48 | 2B |
| Octal | 144 | 274 | 37 | 57 | 0 | 124 | 32 | 136 | 110 | 53 |
| Binary | 1100100 | 10111100 | 11111 | 101111 | 0 | 1010100 | 11010 | 1011110 | 1001000 | 101011 |
Color Harmonies of #64BC1F
Complementary color
Monochromatic Colors of #64BC1F
Black with #64BC1F
Text Example
Text Example
White with #64BC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BC1F; }
p { color: rgb(100,188,31); }
H1.HeaderClassName
{
color: #64BC1F;
}
.AnyTagClassName
{
color: #64BC1F;
}
</style>
background-color css
<style>
a { background-color: #64BC1F; }
a { background-color: rgb(100,188,31); }
div.DivClassName
{
background-color: #64BC1F;
}
.BgClassName
{
background-color: #64BC1F;
}
</style>
border-color css
<style>
span { border-color: #64BC1F; }
span { border-color: rgb(100,188,31); }
td.TdClassName
{
border-color: #64BC1F;
}
.TagClassName
{
border-color: #64BC1F;
}
</style>