Shades of Screamin' Green #64FF8E
Tints of Screamin' Green #64FF8E
RGB
CMYK
RGB Variations
Color information
#64FF8E (or 0x64FF8E) is known color: Screamin' Green. HEX triplet: 64, FF and 8E. RGB value is (100,255,142). Sum of RGB (Red+Green+Blue) = 100+255+142=497 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.12% from 497); Green value is 255 (100% from 255 or 51.31% from 497); Blue value is 142 (55.86% from 255 or 28.57% from 497); Max value from RGB is 255 - color contains mainly: green. Hex color #64FF8E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64FF8E is #9B0071. Grayscale: #C4C4C4. Windows color (decimal): -10158194 or 9371492. OLE color: 9371492.
HSL color Cylindrical-coordinate representation of color #64FF8E: hue angle of 136.26º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64FF8E is Cyan = 0.61, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 255 | 142 | - |
| CMYK | 0.61 | 0 | 0.44 | 0 |
| HSL | 136.26º | 1% | 0.7% | - |
| HSV(B) | 136.26º | 0.61% | 1% | - |
| XYZ | 45.9 | 76.18 | 37.88 | - |
| YUV | 195.77 | 97.65 | 59.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 255 | 142 | 0.61 | 0 | 0.44 | 0 | 136.26 | 1 | 0.7 |
| Hex | 64 | FF | 8E | 3D | 0 | 2C | 0 | 88 | 64 | 46 |
| Octal | 144 | 377 | 216 | 75 | 0 | 54 | 0 | 210 | 144 | 106 |
| Binary | 1100100 | 11111111 | 10001110 | 111101 | 0 | 101100 | 0 | 10001000 | 1100100 | 1000110 |
Color Harmonies of #64FF8E
Complementary color
Monochromatic Colors of #64FF8E
Black with #64FF8E
Text Example
Text Example
White with #64FF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FF8E; }
p { color: rgb(100,255,142); }
H1.HeaderClassName
{
color: #64FF8E;
}
.AnyTagClassName
{
color: #64FF8E;
}
</style>
background-color css
<style>
a { background-color: #64FF8E; }
a { background-color: rgb(100,255,142); }
div.DivClassName
{
background-color: #64FF8E;
}
.BgClassName
{
background-color: #64FF8E;
}
</style>
border-color css
<style>
span { border-color: #64FF8E; }
span { border-color: rgb(100,255,142); }
td.TdClassName
{
border-color: #64FF8E;
}
.TagClassName
{
border-color: #64FF8E;
}
</style>