Shades of Christi #64AD13
Tints of Christi #64AD13
RGB
CMYK
RGB Variations
Color information
#64AD13 (or 0x64AD13) is known color: Christi. HEX triplet: 64, AD and 13. RGB value is (100,173,19). Sum of RGB (Red+Green+Blue) = 100+173+19=292 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.25% from 292); Green value is 173 (67.97% from 255 or 59.25% from 292); Blue value is 19 (7.81% from 255 or 6.51% from 292); Max value from RGB is 173 - color contains mainly: green. Hex color #64AD13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #64AD13 is #9B52EC. Grayscale: #868686. Windows color (decimal): -10179309 or 1289572. OLE color: 1289572.
HSL color Cylindrical-coordinate representation of color #64AD13: hue angle of 88.44º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #64AD13 is Cyan = 0.42, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 100 | 173 | 19 | - |
| CMYK | 0.42 | 0 | 0.89 | 0.32 |
| HSL | 88.44º | 0.8% | 0.38% | - |
| HSV(B) | 88.44º | 0.89% | 0.68% | - |
| XYZ | 20.32 | 32.64 | 5.85 | - |
| YUV | 133.62 | 63.32 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 173 | 19 | 0.42 | 0 | 0.89 | 0.32 | 88.44 | 0.8 | 0.38 |
| Hex | 64 | AD | 13 | 2A | 0 | 59 | 20 | 58 | 50 | 26 |
| Octal | 144 | 255 | 23 | 52 | 0 | 131 | 40 | 130 | 120 | 46 |
| Binary | 1100100 | 10101101 | 10011 | 101010 | 0 | 1011001 | 100000 | 1011000 | 1010000 | 100110 |
Color Harmonies of #64AD13
Complementary color
Monochromatic Colors of #64AD13
Black with #64AD13
Text Example
Text Example
White with #64AD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AD13; }
p { color: rgb(100,173,19); }
H1.HeaderClassName
{
color: #64AD13;
}
.AnyTagClassName
{
color: #64AD13;
}
</style>
background-color css
<style>
a { background-color: #64AD13; }
a { background-color: rgb(100,173,19); }
div.DivClassName
{
background-color: #64AD13;
}
.BgClassName
{
background-color: #64AD13;
}
</style>
border-color css
<style>
span { border-color: #64AD13; }
span { border-color: rgb(100,173,19); }
td.TdClassName
{
border-color: #64AD13;
}
.TagClassName
{
border-color: #64AD13;
}
</style>