Shades of Christi #64B612
Tints of Christi #64B612
RGB
CMYK
RGB Variations
Color information
#64B612 (or 0x64B612) is known color: Christi. HEX triplet: 64, B6 and 12. RGB value is (100,182,18). Sum of RGB (Red+Green+Blue) = 100+182+18=300 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.33% from 300); Green value is 182 (71.48% from 255 or 60.67% from 300); Blue value is 18 (7.42% from 255 or 6% from 300); Max value from RGB is 182 - color contains mainly: green. Hex color #64B612 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64B612 is #9B49ED. Grayscale: #8B8B8B. Windows color (decimal): -10177006 or 1226340. OLE color: 1226340.
HSL color Cylindrical-coordinate representation of color #64B612: hue angle of 90º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #64B612 is Cyan = 0.45, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 100 | 182 | 18 | - |
| CMYK | 0.45 | 0 | 0.90 | 0.29 |
| HSL | 90º | 0.82% | 0.39% | - |
| HSV(B) | 90º | 0.9% | 0.71% | - |
| XYZ | 22.09 | 36.21 | 6.4 | - |
| YUV | 138.79 | 59.83 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 182 | 18 | 0.45 | 0 | 0.90 | 0.29 | 90 | 0.82 | 0.39 |
| Hex | 64 | B6 | 12 | 2D | 0 | 5A | 1D | 5A | 52 | 27 |
| Octal | 144 | 266 | 22 | 55 | 0 | 132 | 35 | 132 | 122 | 47 |
| Binary | 1100100 | 10110110 | 10010 | 101101 | 0 | 1011010 | 11101 | 1011010 | 1010010 | 100111 |
Color Harmonies of #64B612
Complementary color
Monochromatic Colors of #64B612
Black with #64B612
Text Example
Text Example
White with #64B612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B612; }
p { color: rgb(100,182,18); }
H1.HeaderClassName
{
color: #64B612;
}
.AnyTagClassName
{
color: #64B612;
}
</style>
background-color css
<style>
a { background-color: #64B612; }
a { background-color: rgb(100,182,18); }
div.DivClassName
{
background-color: #64B612;
}
.BgClassName
{
background-color: #64B612;
}
</style>
border-color css
<style>
span { border-color: #64B612; }
span { border-color: rgb(100,182,18); }
td.TdClassName
{
border-color: #64B612;
}
.TagClassName
{
border-color: #64B612;
}
</style>