Shades of Christi #64AE10
Tints of Christi #64AE10
RGB
CMYK
RGB Variations
Color information
#64AE10 (or 0x64AE10) is known color: Christi. HEX triplet: 64, AE and 10. RGB value is (100,174,16). Sum of RGB (Red+Green+Blue) = 100+174+16=290 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.48% from 290); Green value is 174 (68.36% from 255 or 60% from 290); Blue value is 16 (6.64% from 255 or 5.52% from 290); Max value from RGB is 174 - color contains mainly: green. Hex color #64AE10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #64AE10 is #9B51EF. Grayscale: #868686. Windows color (decimal): -10179056 or 1093220. OLE color: 1093220.
HSL color Cylindrical-coordinate representation of color #64AE10: hue angle of 88.1º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #64AE10 is Cyan = 0.43, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 100 | 174 | 16 | - |
| CMYK | 0.43 | 0 | 0.91 | 0.32 |
| HSL | 88.1º | 0.83% | 0.37% | - |
| HSV(B) | 88.1º | 0.91% | 0.68% | - |
| XYZ | 20.49 | 33.02 | 5.78 | - |
| YUV | 133.86 | 61.48 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 174 | 16 | 0.43 | 0 | 0.91 | 0.32 | 88.1 | 0.83 | 0.37 |
| Hex | 64 | AE | 10 | 2B | 0 | 5B | 20 | 58 | 53 | 25 |
| Octal | 144 | 256 | 20 | 53 | 0 | 133 | 40 | 130 | 123 | 45 |
| Binary | 1100100 | 10101110 | 10000 | 101011 | 0 | 1011011 | 100000 | 1011000 | 1010011 | 100101 |
Color Harmonies of #64AE10
Complementary color
Monochromatic Colors of #64AE10
Black with #64AE10
Text Example
Text Example
White with #64AE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AE10; }
p { color: rgb(100,174,16); }
H1.HeaderClassName
{
color: #64AE10;
}
.AnyTagClassName
{
color: #64AE10;
}
</style>
background-color css
<style>
a { background-color: #64AE10; }
a { background-color: rgb(100,174,16); }
div.DivClassName
{
background-color: #64AE10;
}
.BgClassName
{
background-color: #64AE10;
}
</style>
border-color css
<style>
span { border-color: #64AE10; }
span { border-color: rgb(100,174,16); }
td.TdClassName
{
border-color: #64AE10;
}
.TagClassName
{
border-color: #64AE10;
}
</style>