Shades of Christi #64AD15
Tints of Christi #64AD15
RGB
CMYK
RGB Variations
Color information
#64AD15 (or 0x64AD15) is known color: Christi. HEX triplet: 64, AD and 15. RGB value is (100,173,21). Sum of RGB (Red+Green+Blue) = 100+173+21=294 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.01% from 294); Green value is 173 (67.97% from 255 or 58.84% from 294); Blue value is 21 (8.59% from 255 or 7.14% from 294); Max value from RGB is 173 - color contains mainly: green. Hex color #64AD15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #64AD15 is #9B52EA. Grayscale: #868686. Windows color (decimal): -10179307 or 1420644. OLE color: 1420644.
HSL color Cylindrical-coordinate representation of color #64AD15: hue angle of 88.82º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #64AD15 is Cyan = 0.42, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 100 | 173 | 21 | - |
| CMYK | 0.42 | 0 | 0.88 | 0.32 |
| HSL | 88.82º | 0.78% | 0.38% | - |
| HSV(B) | 88.82º | 0.88% | 0.68% | - |
| XYZ | 20.33 | 32.65 | 5.94 | - |
| YUV | 133.85 | 64.32 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 173 | 21 | 0.42 | 0 | 0.88 | 0.32 | 88.82 | 0.78 | 0.38 |
| Hex | 64 | AD | 15 | 2A | 0 | 58 | 20 | 59 | 4E | 26 |
| Octal | 144 | 255 | 25 | 52 | 0 | 130 | 40 | 131 | 116 | 46 |
| Binary | 1100100 | 10101101 | 10101 | 101010 | 0 | 1011000 | 100000 | 1011001 | 1001110 | 100110 |
Color Harmonies of #64AD15
Complementary color
Monochromatic Colors of #64AD15
Black with #64AD15
Text Example
Text Example
White with #64AD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AD15; }
p { color: rgb(100,173,21); }
H1.HeaderClassName
{
color: #64AD15;
}
.AnyTagClassName
{
color: #64AD15;
}
</style>
background-color css
<style>
a { background-color: #64AD15; }
a { background-color: rgb(100,173,21); }
div.DivClassName
{
background-color: #64AD15;
}
.BgClassName
{
background-color: #64AD15;
}
</style>
border-color css
<style>
span { border-color: #64AD15; }
span { border-color: rgb(100,173,21); }
td.TdClassName
{
border-color: #64AD15;
}
.TagClassName
{
border-color: #64AD15;
}
</style>