Shades of Christi #64AF1D
Tints of Christi #64AF1D
RGB
CMYK
RGB Variations
Color information
#64AF1D (or 0x64AF1D) is known color: Christi. HEX triplet: 64, AF and 1D. RGB value is (100,175,29). Sum of RGB (Red+Green+Blue) = 100+175+29=304 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.89% from 304); Green value is 175 (68.75% from 255 or 57.57% from 304); Blue value is 29 (11.72% from 255 or 9.54% from 304); Max value from RGB is 175 - color contains mainly: green. Hex color #64AF1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64AF1D is #9B50E2. Grayscale: #888888. Windows color (decimal): -10178787 or 1945444. OLE color: 1945444.
HSL color Cylindrical-coordinate representation of color #64AF1D: hue angle of 90.82º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #64AF1D is Cyan = 0.43, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 100 | 175 | 29 | - |
| CMYK | 0.43 | 0 | 0.83 | 0.31 |
| HSL | 90.82º | 0.72% | 0.4% | - |
| HSV(B) | 90.82º | 0.83% | 0.69% | - |
| XYZ | 20.81 | 33.46 | 6.52 | - |
| YUV | 135.93 | 67.65 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 175 | 29 | 0.43 | 0 | 0.83 | 0.31 | 90.82 | 0.72 | 0.4 |
| Hex | 64 | AF | 1D | 2B | 0 | 53 | 1F | 5B | 48 | 28 |
| Octal | 144 | 257 | 35 | 53 | 0 | 123 | 37 | 133 | 110 | 50 |
| Binary | 1100100 | 10101111 | 11101 | 101011 | 0 | 1010011 | 11111 | 1011011 | 1001000 | 101000 |
Color Harmonies of #64AF1D
Complementary color
Monochromatic Colors of #64AF1D
Black with #64AF1D
Text Example
Text Example
White with #64AF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AF1D; }
p { color: rgb(100,175,29); }
H1.HeaderClassName
{
color: #64AF1D;
}
.AnyTagClassName
{
color: #64AF1D;
}
</style>
background-color css
<style>
a { background-color: #64AF1D; }
a { background-color: rgb(100,175,29); }
div.DivClassName
{
background-color: #64AF1D;
}
.BgClassName
{
background-color: #64AF1D;
}
</style>
border-color css
<style>
span { border-color: #64AF1D; }
span { border-color: rgb(100,175,29); }
td.TdClassName
{
border-color: #64AF1D;
}
.TagClassName
{
border-color: #64AF1D;
}
</style>