Shades of Christi #64B31B
Tints of Christi #64B31B
RGB
CMYK
RGB Variations
Color information
#64B31B (or 0x64B31B) is known color: Christi. HEX triplet: 64, B3 and 1B. RGB value is (100,179,27). Sum of RGB (Red+Green+Blue) = 100+179+27=306 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.68% from 306); Green value is 179 (70.31% from 255 or 58.50% from 306); Blue value is 27 (10.94% from 255 or 8.82% from 306); Max value from RGB is 179 - color contains mainly: green. Hex color #64B31B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64B31B is #9B4CE4. Grayscale: #8A8A8A. Windows color (decimal): -10177765 or 1815396. OLE color: 1815396.
HSL color Cylindrical-coordinate representation of color #64B31B: hue angle of 91.18º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #64B31B is Cyan = 0.44, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 100 | 179 | 27 | - |
| CMYK | 0.44 | 0 | 0.85 | 0.30 |
| HSL | 91.18º | 0.74% | 0.4% | - |
| HSV(B) | 91.18º | 0.85% | 0.7% | - |
| XYZ | 21.57 | 35.03 | 6.66 | - |
| YUV | 138.05 | 65.33 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 179 | 27 | 0.44 | 0 | 0.85 | 0.30 | 91.18 | 0.74 | 0.4 |
| Hex | 64 | B3 | 1B | 2C | 0 | 55 | 1E | 5B | 4A | 28 |
| Octal | 144 | 263 | 33 | 54 | 0 | 125 | 36 | 133 | 112 | 50 |
| Binary | 1100100 | 10110011 | 11011 | 101100 | 0 | 1010101 | 11110 | 1011011 | 1001010 | 101000 |
Color Harmonies of #64B31B
Complementary color
Monochromatic Colors of #64B31B
Black with #64B31B
Text Example
Text Example
White with #64B31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B31B; }
p { color: rgb(100,179,27); }
H1.HeaderClassName
{
color: #64B31B;
}
.AnyTagClassName
{
color: #64B31B;
}
</style>
background-color css
<style>
a { background-color: #64B31B; }
a { background-color: rgb(100,179,27); }
div.DivClassName
{
background-color: #64B31B;
}
.BgClassName
{
background-color: #64B31B;
}
</style>
border-color css
<style>
span { border-color: #64B31B; }
span { border-color: rgb(100,179,27); }
td.TdClassName
{
border-color: #64B31B;
}
.TagClassName
{
border-color: #64B31B;
}
</style>