Shades of Christi #64AD1E
Tints of Christi #64AD1E
RGB
CMYK
RGB Variations
Color information
#64AD1E (or 0x64AD1E) is known color: Christi. HEX triplet: 64, AD and 1E. RGB value is (100,173,30). Sum of RGB (Red+Green+Blue) = 100+173+30=303 (40% of max value = 765). Red value is 100 (39.45% from 255 or 33.00% from 303); Green value is 173 (67.97% from 255 or 57.10% from 303); Blue value is 30 (12.11% from 255 or 9.90% from 303); Max value from RGB is 173 - color contains mainly: green. Hex color #64AD1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64AD1E is #9B52E1. Grayscale: #878787. Windows color (decimal): -10179298 or 2010468. OLE color: 2010468.
HSL color Cylindrical-coordinate representation of color #64AD1E: hue angle of 90.63º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #64AD1E is Cyan = 0.42, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 100 | 173 | 30 | - |
| CMYK | 0.42 | 0 | 0.83 | 0.32 |
| HSL | 90.63º | 0.7% | 0.4% | - |
| HSV(B) | 90.63º | 0.83% | 0.68% | - |
| XYZ | 20.43 | 32.69 | 6.46 | - |
| YUV | 134.87 | 68.82 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 173 | 30 | 0.42 | 0 | 0.83 | 0.32 | 90.63 | 0.7 | 0.4 |
| Hex | 64 | AD | 1E | 2A | 0 | 53 | 20 | 5B | 46 | 28 |
| Octal | 144 | 255 | 36 | 52 | 0 | 123 | 40 | 133 | 106 | 50 |
| Binary | 1100100 | 10101101 | 11110 | 101010 | 0 | 1010011 | 100000 | 1011011 | 1000110 | 101000 |
Color Harmonies of #64AD1E
Complementary color
Monochromatic Colors of #64AD1E
Black with #64AD1E
Text Example
Text Example
White with #64AD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AD1E; }
p { color: rgb(100,173,30); }
H1.HeaderClassName
{
color: #64AD1E;
}
.AnyTagClassName
{
color: #64AD1E;
}
</style>
background-color css
<style>
a { background-color: #64AD1E; }
a { background-color: rgb(100,173,30); }
div.DivClassName
{
background-color: #64AD1E;
}
.BgClassName
{
background-color: #64AD1E;
}
</style>
border-color css
<style>
span { border-color: #64AD1E; }
span { border-color: rgb(100,173,30); }
td.TdClassName
{
border-color: #64AD1E;
}
.TagClassName
{
border-color: #64AD1E;
}
</style>