Shades of Christi #64B919
Tints of Christi #64B919
RGB
CMYK
RGB Variations
Color information
#64B919 (or 0x64B919) is known color: Christi. HEX triplet: 64, B9 and 19. RGB value is (100,185,25). Sum of RGB (Red+Green+Blue) = 100+185+25=310 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.26% from 310); Green value is 185 (72.66% from 255 or 59.68% from 310); Blue value is 25 (10.16% from 255 or 8.06% from 310); Max value from RGB is 185 - color contains mainly: green. Hex color #64B919 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64B919 is #9B46E6. Grayscale: #8D8D8D. Windows color (decimal): -10176231 or 1685860. OLE color: 1685860.
HSL color Cylindrical-coordinate representation of color #64B919: hue angle of 91.88º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #64B919 is Cyan = 0.46, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 185 | 25 | - |
| CMYK | 0.46 | 0 | 0.86 | 0.27 |
| HSL | 91.88º | 0.76% | 0.41% | - |
| HSV(B) | 91.88º | 0.86% | 0.73% | - |
| XYZ | 22.78 | 37.48 | 6.95 | - |
| YUV | 141.35 | 62.34 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 185 | 25 | 0.46 | 0 | 0.86 | 0.27 | 91.88 | 0.76 | 0.41 |
| Hex | 64 | B9 | 19 | 2E | 0 | 56 | 1B | 5C | 4C | 29 |
| Octal | 144 | 271 | 31 | 56 | 0 | 126 | 33 | 134 | 114 | 51 |
| Binary | 1100100 | 10111001 | 11001 | 101110 | 0 | 1010110 | 11011 | 1011100 | 1001100 | 101001 |
Color Harmonies of #64B919
Complementary color
Monochromatic Colors of #64B919
Black with #64B919
Text Example
Text Example
White with #64B919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B919; }
p { color: rgb(100,185,25); }
H1.HeaderClassName
{
color: #64B919;
}
.AnyTagClassName
{
color: #64B919;
}
</style>
background-color css
<style>
a { background-color: #64B919; }
a { background-color: rgb(100,185,25); }
div.DivClassName
{
background-color: #64B919;
}
.BgClassName
{
background-color: #64B919;
}
</style>
border-color css
<style>
span { border-color: #64B919; }
span { border-color: rgb(100,185,25); }
td.TdClassName
{
border-color: #64B919;
}
.TagClassName
{
border-color: #64B919;
}
</style>