Shades of Screamin' Green #64E450
Tints of Screamin' Green #64E450
RGB
CMYK
RGB Variations
Color information
#64E450 (or 0x64E450) is known color: Screamin' Green. HEX triplet: 64, E4 and 50. RGB value is (100,228,80). Sum of RGB (Red+Green+Blue) = 100+228+80=408 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.51% from 408); Green value is 228 (89.45% from 255 or 55.88% from 408); Blue value is 80 (31.64% from 255 or 19.61% from 408); Max value from RGB is 228 - color contains mainly: green. Hex color #64E450 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64E450 is #9B1BAF. Grayscale: #ADADAD. Windows color (decimal): -10165168 or 5301348. OLE color: 5301348.
HSL color Cylindrical-coordinate representation of color #64E450: hue angle of 111.89º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #64E450 is Cyan = 0.56, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 100 | 228 | 80 | - |
| CMYK | 0.56 | 0 | 0.65 | 0.11 |
| HSL | 111.89º | 0.73% | 0.6% | - |
| HSV(B) | 111.89º | 0.65% | 0.89% | - |
| XYZ | 34.45 | 58.78 | 17.12 | - |
| YUV | 172.86 | 75.59 | 76.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 228 | 80 | 0.56 | 0 | 0.65 | 0.11 | 111.89 | 0.73 | 0.6 |
| Hex | 64 | E4 | 50 | 38 | 0 | 41 | B | 70 | 49 | 3C |
| Octal | 144 | 344 | 120 | 70 | 0 | 101 | 13 | 160 | 111 | 74 |
| Binary | 1100100 | 11100100 | 1010000 | 111000 | 0 | 1000001 | 1011 | 1110000 | 1001001 | 111100 |
Color Harmonies of #64E450
Complementary color
Monochromatic Colors of #64E450
Black with #64E450
Text Example
Text Example
White with #64E450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E450; }
p { color: rgb(100,228,80); }
H1.HeaderClassName
{
color: #64E450;
}
.AnyTagClassName
{
color: #64E450;
}
</style>
background-color css
<style>
a { background-color: #64E450; }
a { background-color: rgb(100,228,80); }
div.DivClassName
{
background-color: #64E450;
}
.BgClassName
{
background-color: #64E450;
}
</style>
border-color css
<style>
span { border-color: #64E450; }
span { border-color: rgb(100,228,80); }
td.TdClassName
{
border-color: #64E450;
}
.TagClassName
{
border-color: #64E450;
}
</style>