Shades of Christi #64B41B
Tints of Christi #64B41B
RGB
CMYK
RGB Variations
Color information
#64B41B (or 0x64B41B) is known color: Christi. HEX triplet: 64, B4 and 1B. RGB value is (100,180,27). Sum of RGB (Red+Green+Blue) = 100+180+27=307 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.57% from 307); Green value is 180 (70.70% from 255 or 58.63% from 307); Blue value is 27 (10.94% from 255 or 8.79% from 307); Max value from RGB is 180 - color contains mainly: green. Hex color #64B41B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64B41B is #9B4BE4. Grayscale: #8B8B8B. Windows color (decimal): -10177509 or 1815652. OLE color: 1815652.
HSL color Cylindrical-coordinate representation of color #64B41B: hue angle of 91.37º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #64B41B is Cyan = 0.44, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 100 | 180 | 27 | - |
| CMYK | 0.44 | 0 | 0.85 | 0.29 |
| HSL | 91.37º | 0.74% | 0.41% | - |
| HSV(B) | 91.37º | 0.85% | 0.71% | - |
| XYZ | 21.77 | 35.43 | 6.73 | - |
| YUV | 138.64 | 65 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 180 | 27 | 0.44 | 0 | 0.85 | 0.29 | 91.37 | 0.74 | 0.41 |
| Hex | 64 | B4 | 1B | 2C | 0 | 55 | 1D | 5B | 4A | 29 |
| Octal | 144 | 264 | 33 | 54 | 0 | 125 | 35 | 133 | 112 | 51 |
| Binary | 1100100 | 10110100 | 11011 | 101100 | 0 | 1010101 | 11101 | 1011011 | 1001010 | 101001 |
Color Harmonies of #64B41B
Complementary color
Monochromatic Colors of #64B41B
Black with #64B41B
Text Example
Text Example
White with #64B41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B41B; }
p { color: rgb(100,180,27); }
H1.HeaderClassName
{
color: #64B41B;
}
.AnyTagClassName
{
color: #64B41B;
}
</style>
background-color css
<style>
a { background-color: #64B41B; }
a { background-color: rgb(100,180,27); }
div.DivClassName
{
background-color: #64B41B;
}
.BgClassName
{
background-color: #64B41B;
}
</style>
border-color css
<style>
span { border-color: #64B41B; }
span { border-color: rgb(100,180,27); }
td.TdClassName
{
border-color: #64B41B;
}
.TagClassName
{
border-color: #64B41B;
}
</style>