Shades of Christi #64B614
Tints of Christi #64B614
RGB
CMYK
RGB Variations
Color information
#64B614 (or 0x64B614) is known color: Christi. HEX triplet: 64, B6 and 14. RGB value is (100,182,20). Sum of RGB (Red+Green+Blue) = 100+182+20=302 (40% of max value = 765). Red value is 100 (39.45% from 255 or 33.11% from 302); Green value is 182 (71.48% from 255 or 60.26% from 302); Blue value is 20 (8.20% from 255 or 6.62% from 302); Max value from RGB is 182 - color contains mainly: green. Hex color #64B614 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64B614 is #9B49EB. Grayscale: #8B8B8B. Windows color (decimal): -10177004 or 1357412. OLE color: 1357412.
HSL color Cylindrical-coordinate representation of color #64B614: hue angle of 90.37º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #64B614 is Cyan = 0.45, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 100 | 182 | 20 | - |
| CMYK | 0.45 | 0 | 0.89 | 0.29 |
| HSL | 90.37º | 0.8% | 0.4% | - |
| HSV(B) | 90.37º | 0.89% | 0.71% | - |
| XYZ | 22.11 | 36.22 | 6.49 | - |
| YUV | 139.01 | 60.83 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 182 | 20 | 0.45 | 0 | 0.89 | 0.29 | 90.37 | 0.8 | 0.4 |
| Hex | 64 | B6 | 14 | 2D | 0 | 59 | 1D | 5A | 50 | 28 |
| Octal | 144 | 266 | 24 | 55 | 0 | 131 | 35 | 132 | 120 | 50 |
| Binary | 1100100 | 10110110 | 10100 | 101101 | 0 | 1011001 | 11101 | 1011010 | 1010000 | 101000 |
Color Harmonies of #64B614
Complementary color
Monochromatic Colors of #64B614
Black with #64B614
Text Example
Text Example
White with #64B614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B614; }
p { color: rgb(100,182,20); }
H1.HeaderClassName
{
color: #64B614;
}
.AnyTagClassName
{
color: #64B614;
}
</style>
background-color css
<style>
a { background-color: #64B614; }
a { background-color: rgb(100,182,20); }
div.DivClassName
{
background-color: #64B614;
}
.BgClassName
{
background-color: #64B614;
}
</style>
border-color css
<style>
span { border-color: #64B614; }
span { border-color: rgb(100,182,20); }
td.TdClassName
{
border-color: #64B614;
}
.TagClassName
{
border-color: #64B614;
}
</style>