Shades of Christi #64AB1F
Tints of Christi #64AB1F
RGB
CMYK
RGB Variations
Color information
#64AB1F (or 0x64AB1F) is known color: Christi. HEX triplet: 64, AB and 1F. RGB value is (100,171,31). Sum of RGB (Red+Green+Blue) = 100+171+31=302 (40% of max value = 765). Red value is 100 (39.45% from 255 or 33.11% from 302); Green value is 171 (67.19% from 255 or 56.62% from 302); Blue value is 31 (12.5% from 255 or 10.26% from 302); Max value from RGB is 171 - color contains mainly: green. Hex color #64AB1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64AB1F is #9B54E0. Grayscale: #868686. Windows color (decimal): -10179809 or 2075492. OLE color: 2075492.
HSL color Cylindrical-coordinate representation of color #64AB1F: hue angle of 90.43º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #64AB1F is Cyan = 0.42, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 171 | 31 | - |
| CMYK | 0.42 | 0 | 0.82 | 0.33 |
| HSL | 90.43º | 0.69% | 0.4% | - |
| HSV(B) | 90.43º | 0.82% | 0.67% | - |
| XYZ | 20.07 | 31.93 | 6.4 | - |
| YUV | 133.81 | 69.98 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 171 | 31 | 0.42 | 0 | 0.82 | 0.33 | 90.43 | 0.69 | 0.4 |
| Hex | 64 | AB | 1F | 2A | 0 | 52 | 21 | 5A | 45 | 28 |
| Octal | 144 | 253 | 37 | 52 | 0 | 122 | 41 | 132 | 105 | 50 |
| Binary | 1100100 | 10101011 | 11111 | 101010 | 0 | 1010010 | 100001 | 1011010 | 1000101 | 101000 |
Color Harmonies of #64AB1F
Complementary color
Monochromatic Colors of #64AB1F
Black with #64AB1F
Text Example
Text Example
White with #64AB1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AB1F; }
p { color: rgb(100,171,31); }
H1.HeaderClassName
{
color: #64AB1F;
}
.AnyTagClassName
{
color: #64AB1F;
}
</style>
background-color css
<style>
a { background-color: #64AB1F; }
a { background-color: rgb(100,171,31); }
div.DivClassName
{
background-color: #64AB1F;
}
.BgClassName
{
background-color: #64AB1F;
}
</style>
border-color css
<style>
span { border-color: #64AB1F; }
span { border-color: rgb(100,171,31); }
td.TdClassName
{
border-color: #64AB1F;
}
.TagClassName
{
border-color: #64AB1F;
}
</style>