Shades of Screamin' Green #64E964
Tints of Screamin' Green #64E964
RGB
CMYK
RGB Variations
Color information
#64E964 (or 0x64E964) is known color: Screamin' Green. HEX triplet: 64, E9 and 64. RGB value is (100,233,100). Sum of RGB (Red+Green+Blue) = 100+233+100=433 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.09% from 433); Green value is 233 (91.41% from 255 or 53.81% from 433); Blue value is 100 (39.45% from 255 or 23.09% from 433); Max value from RGB is 233 - color contains mainly: green. Hex color #64E964 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64E964 is #9B169B. Grayscale: #B2B2B2. Windows color (decimal): -10163868 or 6613348. OLE color: 6613348.
HSL color Cylindrical-coordinate representation of color #64E964: hue angle of 120º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64E964 is Cyan = 0.57, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 100 | 233 | 100 | - |
| CMYK | 0.57 | 0 | 0.57 | 0.09 |
| HSL | 120º | 0.75% | 0.65% | - |
| HSV(B) | 120º | 0.57% | 0.91% | - |
| XYZ | 36.69 | 61.91 | 22.07 | - |
| YUV | 178.07 | 83.94 | 72.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 233 | 100 | 0.57 | 0 | 0.57 | 0.09 | 120 | 0.75 | 0.65 |
| Hex | 64 | E9 | 64 | 39 | 0 | 39 | 9 | 78 | 4B | 41 |
| Octal | 144 | 351 | 144 | 71 | 0 | 71 | 11 | 170 | 113 | 101 |
| Binary | 1100100 | 11101001 | 1100100 | 111001 | 0 | 111001 | 1001 | 1111000 | 1001011 | 1000001 |
Color Harmonies of #64E964
Complementary color
Monochromatic Colors of #64E964
Black with #64E964
Text Example
Text Example
White with #64E964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E964; }
p { color: rgb(100,233,100); }
H1.HeaderClassName
{
color: #64E964;
}
.AnyTagClassName
{
color: #64E964;
}
</style>
background-color css
<style>
a { background-color: #64E964; }
a { background-color: rgb(100,233,100); }
div.DivClassName
{
background-color: #64E964;
}
.BgClassName
{
background-color: #64E964;
}
</style>
border-color css
<style>
span { border-color: #64E964; }
span { border-color: rgb(100,233,100); }
td.TdClassName
{
border-color: #64E964;
}
.TagClassName
{
border-color: #64E964;
}
</style>