Shades of Christi #64AB24
Tints of Christi #64AB24
RGB
CMYK
RGB Variations
Color information
#64AB24 (or 0x64AB24) is known color: Christi. HEX triplet: 64, AB and 24. RGB value is (100,171,36). Sum of RGB (Red+Green+Blue) = 100+171+36=307 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.57% from 307); Green value is 171 (67.19% from 255 or 55.70% from 307); Blue value is 36 (14.45% from 255 or 11.73% from 307); Max value from RGB is 171 - color contains mainly: green. Hex color #64AB24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64AB24 is #9B54DB. Grayscale: #868686. Windows color (decimal): -10179804 or 2403172. OLE color: 2403172.
HSL color Cylindrical-coordinate representation of color #64AB24: hue angle of 91.56º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #64AB24 is Cyan = 0.42, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 171 | 36 | - |
| CMYK | 0.42 | 0 | 0.79 | 0.33 |
| HSL | 91.56º | 0.65% | 0.41% | - |
| HSV(B) | 91.56º | 0.79% | 0.67% | - |
| XYZ | 20.14 | 31.96 | 6.78 | - |
| YUV | 134.38 | 72.48 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 171 | 36 | 0.42 | 0 | 0.79 | 0.33 | 91.56 | 0.65 | 0.41 |
| Hex | 64 | AB | 24 | 2A | 0 | 4F | 21 | 5C | 41 | 29 |
| Octal | 144 | 253 | 44 | 52 | 0 | 117 | 41 | 134 | 101 | 51 |
| Binary | 1100100 | 10101011 | 100100 | 101010 | 0 | 1001111 | 100001 | 1011100 | 1000001 | 101001 |
Color Harmonies of #64AB24
Complementary color
Monochromatic Colors of #64AB24
Black with #64AB24
Text Example
Text Example
White with #64AB24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AB24; }
p { color: rgb(100,171,36); }
H1.HeaderClassName
{
color: #64AB24;
}
.AnyTagClassName
{
color: #64AB24;
}
</style>
background-color css
<style>
a { background-color: #64AB24; }
a { background-color: rgb(100,171,36); }
div.DivClassName
{
background-color: #64AB24;
}
.BgClassName
{
background-color: #64AB24;
}
</style>
border-color css
<style>
span { border-color: #64AB24; }
span { border-color: rgb(100,171,36); }
td.TdClassName
{
border-color: #64AB24;
}
.TagClassName
{
border-color: #64AB24;
}
</style>