Shades of Screamin' Green #64E640
Tints of Screamin' Green #64E640
RGB
CMYK
RGB Variations
Color information
#64E640 (or 0x64E640) is known color: Screamin' Green. HEX triplet: 64, E6 and 40. RGB value is (100,230,64). Sum of RGB (Red+Green+Blue) = 100+230+64=394 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.38% from 394); Green value is 230 (90.23% from 255 or 58.38% from 394); Blue value is 64 (25.39% from 255 or 16.24% from 394); Max value from RGB is 230 - color contains mainly: green. Hex color #64E640 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #64E640 is #9B19BF. Grayscale: #ACACAC. Windows color (decimal): -10164672 or 4253284. OLE color: 4253284.
HSL color Cylindrical-coordinate representation of color #64E640: hue angle of 106.99º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #64E640 is Cyan = 0.57, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 100 | 230 | 64 | - |
| CMYK | 0.57 | 0 | 0.72 | 0.10 |
| HSL | 106.99º | 0.77% | 0.58% | - |
| HSV(B) | 106.99º | 0.72% | 0.9% | - |
| XYZ | 34.48 | 59.67 | 14.55 | - |
| YUV | 172.21 | 66.93 | 76.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 230 | 64 | 0.57 | 0 | 0.72 | 0.10 | 106.99 | 0.77 | 0.58 |
| Hex | 64 | E6 | 40 | 39 | 0 | 48 | A | 6B | 4D | 3A |
| Octal | 144 | 346 | 100 | 71 | 0 | 110 | 12 | 153 | 115 | 72 |
| Binary | 1100100 | 11100110 | 1000000 | 111001 | 0 | 1001000 | 1010 | 1101011 | 1001101 | 111010 |
Color Harmonies of #64E640
Complementary color
Monochromatic Colors of #64E640
Black with #64E640
Text Example
Text Example
White with #64E640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E640; }
p { color: rgb(100,230,64); }
H1.HeaderClassName
{
color: #64E640;
}
.AnyTagClassName
{
color: #64E640;
}
</style>
background-color css
<style>
a { background-color: #64E640; }
a { background-color: rgb(100,230,64); }
div.DivClassName
{
background-color: #64E640;
}
.BgClassName
{
background-color: #64E640;
}
</style>
border-color css
<style>
span { border-color: #64E640; }
span { border-color: rgb(100,230,64); }
td.TdClassName
{
border-color: #64E640;
}
.TagClassName
{
border-color: #64E640;
}
</style>