Shades of Christi #64B819
Tints of Christi #64B819
RGB
CMYK
RGB Variations
Color information
#64B819 (or 0x64B819) is known color: Christi. HEX triplet: 64, B8 and 19. RGB value is (100,184,25). Sum of RGB (Red+Green+Blue) = 100+184+25=309 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.36% from 309); Green value is 184 (72.27% from 255 or 59.55% from 309); Blue value is 25 (10.16% from 255 or 8.09% from 309); Max value from RGB is 184 - color contains mainly: green. Hex color #64B819 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64B819 is #9B47E6. Grayscale: #8D8D8D. Windows color (decimal): -10176487 or 1685604. OLE color: 1685604.
HSL color Cylindrical-coordinate representation of color #64B819: hue angle of 91.7º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #64B819 is Cyan = 0.46, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 100 | 184 | 25 | - |
| CMYK | 0.46 | 0 | 0.86 | 0.28 |
| HSL | 91.7º | 0.76% | 0.41% | - |
| HSV(B) | 91.7º | 0.86% | 0.72% | - |
| XYZ | 22.57 | 37.06 | 6.88 | - |
| YUV | 140.76 | 62.67 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 184 | 25 | 0.46 | 0 | 0.86 | 0.28 | 91.7 | 0.76 | 0.41 |
| Hex | 64 | B8 | 19 | 2E | 0 | 56 | 1C | 5C | 4C | 29 |
| Octal | 144 | 270 | 31 | 56 | 0 | 126 | 34 | 134 | 114 | 51 |
| Binary | 1100100 | 10111000 | 11001 | 101110 | 0 | 1010110 | 11100 | 1011100 | 1001100 | 101001 |
Color Harmonies of #64B819
Complementary color
Monochromatic Colors of #64B819
Black with #64B819
Text Example
Text Example
White with #64B819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B819; }
p { color: rgb(100,184,25); }
H1.HeaderClassName
{
color: #64B819;
}
.AnyTagClassName
{
color: #64B819;
}
</style>
background-color css
<style>
a { background-color: #64B819; }
a { background-color: rgb(100,184,25); }
div.DivClassName
{
background-color: #64B819;
}
.BgClassName
{
background-color: #64B819;
}
</style>
border-color css
<style>
span { border-color: #64B819; }
span { border-color: rgb(100,184,25); }
td.TdClassName
{
border-color: #64B819;
}
.TagClassName
{
border-color: #64B819;
}
</style>