Shades of Christi #64B12E
Tints of Christi #64B12E
RGB
CMYK
RGB Variations
Color information
#64B12E (or 0x64B12E) is known color: Christi. HEX triplet: 64, B1 and 2E. RGB value is (100,177,46). Sum of RGB (Red+Green+Blue) = 100+177+46=323 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.96% from 323); Green value is 177 (69.53% from 255 or 54.80% from 323); Blue value is 46 (18.36% from 255 or 14.24% from 323); Max value from RGB is 177 - color contains mainly: green. Hex color #64B12E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64B12E is #9B4ED1. Grayscale: #8B8B8B. Windows color (decimal): -10178258 or 3060068. OLE color: 3060068.
HSL color Cylindrical-coordinate representation of color #64B12E: hue angle of 95.27º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #64B12E is Cyan = 0.44, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 100 | 177 | 46 | - |
| CMYK | 0.44 | 0 | 0.74 | 0.31 |
| HSL | 95.27º | 0.59% | 0.44% | - |
| HSV(B) | 95.27º | 0.74% | 0.69% | - |
| XYZ | 21.47 | 34.35 | 8.08 | - |
| YUV | 139.04 | 75.49 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 177 | 46 | 0.44 | 0 | 0.74 | 0.31 | 95.27 | 0.59 | 0.44 |
| Hex | 64 | B1 | 2E | 2C | 0 | 4A | 1F | 5F | 3B | 2C |
| Octal | 144 | 261 | 56 | 54 | 0 | 112 | 37 | 137 | 73 | 54 |
| Binary | 1100100 | 10110001 | 101110 | 101100 | 0 | 1001010 | 11111 | 1011111 | 111011 | 101100 |
Color Harmonies of #64B12E
Complementary color
Monochromatic Colors of #64B12E
Black with #64B12E
Text Example
Text Example
White with #64B12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B12E; }
p { color: rgb(100,177,46); }
H1.HeaderClassName
{
color: #64B12E;
}
.AnyTagClassName
{
color: #64B12E;
}
</style>
background-color css
<style>
a { background-color: #64B12E; }
a { background-color: rgb(100,177,46); }
div.DivClassName
{
background-color: #64B12E;
}
.BgClassName
{
background-color: #64B12E;
}
</style>
border-color css
<style>
span { border-color: #64B12E; }
span { border-color: rgb(100,177,46); }
td.TdClassName
{
border-color: #64B12E;
}
.TagClassName
{
border-color: #64B12E;
}
</style>