Shades of Christi #64B520
Tints of Christi #64B520
RGB
CMYK
RGB Variations
Color information
#64B520 (or 0x64B520) is known color: Christi. HEX triplet: 64, B5 and 20. RGB value is (100,181,32). Sum of RGB (Red+Green+Blue) = 100+181+32=313 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.95% from 313); Green value is 181 (71.09% from 255 or 57.83% from 313); Blue value is 32 (12.89% from 255 or 10.22% from 313); Max value from RGB is 181 - color contains mainly: green. Hex color #64B520 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64B520 is #9B4ADF. Grayscale: #8C8C8C. Windows color (decimal): -10177248 or 2143588. OLE color: 2143588.
HSL color Cylindrical-coordinate representation of color #64B520: hue angle of 92.62º degrees, saturation: 0.7, 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 #64B520 is Cyan = 0.45, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 100 | 181 | 32 | - |
| CMYK | 0.45 | 0 | 0.82 | 0.29 |
| HSL | 92.62º | 0.7% | 0.42% | - |
| HSV(B) | 92.62º | 0.82% | 0.71% | - |
| XYZ | 22.04 | 35.86 | 7.13 | - |
| YUV | 139.8 | 67.16 | 99.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 181 | 32 | 0.45 | 0 | 0.82 | 0.29 | 92.62 | 0.7 | 0.42 |
| Hex | 64 | B5 | 20 | 2D | 0 | 52 | 1D | 5D | 46 | 2A |
| Octal | 144 | 265 | 40 | 55 | 0 | 122 | 35 | 135 | 106 | 52 |
| Binary | 1100100 | 10110101 | 100000 | 101101 | 0 | 1010010 | 11101 | 1011101 | 1000110 | 101010 |
Color Harmonies of #64B520
Complementary color
Monochromatic Colors of #64B520
Black with #64B520
Text Example
Text Example
White with #64B520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B520; }
p { color: rgb(100,181,32); }
H1.HeaderClassName
{
color: #64B520;
}
.AnyTagClassName
{
color: #64B520;
}
</style>
background-color css
<style>
a { background-color: #64B520; }
a { background-color: rgb(100,181,32); }
div.DivClassName
{
background-color: #64B520;
}
.BgClassName
{
background-color: #64B520;
}
</style>
border-color css
<style>
span { border-color: #64B520; }
span { border-color: rgb(100,181,32); }
td.TdClassName
{
border-color: #64B520;
}
.TagClassName
{
border-color: #64B520;
}
</style>