Shades of Christi #64B521
Tints of Christi #64B521
RGB
CMYK
RGB Variations
Color information
#64B521 (or 0x64B521) is known color: Christi. HEX triplet: 64, B5 and 21. RGB value is (100,181,33). Sum of RGB (Red+Green+Blue) = 100+181+33=314 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.85% from 314); Green value is 181 (71.09% from 255 or 57.64% from 314); Blue value is 33 (13.28% from 255 or 10.51% from 314); Max value from RGB is 181 - color contains mainly: green. Hex color #64B521 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64B521 is #9B4ADE. Grayscale: #8C8C8C. Windows color (decimal): -10177247 or 2209124. OLE color: 2209124.
HSL color Cylindrical-coordinate representation of color #64B521: hue angle of 92.84º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #64B521 is Cyan = 0.45, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 100 | 181 | 33 | - |
| CMYK | 0.45 | 0 | 0.82 | 0.29 |
| HSL | 92.84º | 0.69% | 0.42% | - |
| HSV(B) | 92.84º | 0.82% | 0.71% | - |
| XYZ | 22.05 | 35.87 | 7.2 | - |
| YUV | 139.91 | 67.66 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 181 | 33 | 0.45 | 0 | 0.82 | 0.29 | 92.84 | 0.69 | 0.42 |
| Hex | 64 | B5 | 21 | 2D | 0 | 52 | 1D | 5D | 45 | 2A |
| Octal | 144 | 265 | 41 | 55 | 0 | 122 | 35 | 135 | 105 | 52 |
| Binary | 1100100 | 10110101 | 100001 | 101101 | 0 | 1010010 | 11101 | 1011101 | 1000101 | 101010 |
Color Harmonies of #64B521
Complementary color
Monochromatic Colors of #64B521
Black with #64B521
Text Example
Text Example
White with #64B521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B521; }
p { color: rgb(100,181,33); }
H1.HeaderClassName
{
color: #64B521;
}
.AnyTagClassName
{
color: #64B521;
}
</style>
background-color css
<style>
a { background-color: #64B521; }
a { background-color: rgb(100,181,33); }
div.DivClassName
{
background-color: #64B521;
}
.BgClassName
{
background-color: #64B521;
}
</style>
border-color css
<style>
span { border-color: #64B521; }
span { border-color: rgb(100,181,33); }
td.TdClassName
{
border-color: #64B521;
}
.TagClassName
{
border-color: #64B521;
}
</style>