Shades of Screamin' Green #64FD7E
Tints of Screamin' Green #64FD7E
RGB
CMYK
RGB Variations
Color information
#64FD7E (or 0x64FD7E) is known color: Screamin' Green. HEX triplet: 64, FD and 7E. RGB value is (100,253,126). Sum of RGB (Red+Green+Blue) = 100+253+126=479 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.88% from 479); Green value is 253 (99.22% from 255 or 52.82% from 479); Blue value is 126 (49.61% from 255 or 26.30% from 479); Max value from RGB is 253 - color contains mainly: green. Hex color #64FD7E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64FD7E is #9B0281. Grayscale: #C1C1C1. Windows color (decimal): -10158722 or 8322404. OLE color: 8322404.
HSL color Cylindrical-coordinate representation of color #64FD7E: hue angle of 130.2º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64FD7E is Cyan = 0.60, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 253 | 126 | - |
| CMYK | 0.60 | 0 | 0.50 | 0.01 |
| HSL | 130.2º | 0.97% | 0.69% | - |
| HSV(B) | 130.2º | 0.6% | 0.99% | - |
| XYZ | 44.15 | 74.47 | 31.79 | - |
| YUV | 192.78 | 90.31 | 61.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 253 | 126 | 0.60 | 0 | 0.50 | 0.01 | 130.2 | 0.97 | 0.69 |
| Hex | 64 | FD | 7E | 3C | 0 | 32 | 1 | 82 | 61 | 45 |
| Octal | 144 | 375 | 176 | 74 | 0 | 62 | 1 | 202 | 141 | 105 |
| Binary | 1100100 | 11111101 | 1111110 | 111100 | 0 | 110010 | 1 | 10000010 | 1100001 | 1000101 |
Color Harmonies of #64FD7E
Complementary color
Monochromatic Colors of #64FD7E
Black with #64FD7E
Text Example
Text Example
White with #64FD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FD7E; }
p { color: rgb(100,253,126); }
H1.HeaderClassName
{
color: #64FD7E;
}
.AnyTagClassName
{
color: #64FD7E;
}
</style>
background-color css
<style>
a { background-color: #64FD7E; }
a { background-color: rgb(100,253,126); }
div.DivClassName
{
background-color: #64FD7E;
}
.BgClassName
{
background-color: #64FD7E;
}
</style>
border-color css
<style>
span { border-color: #64FD7E; }
span { border-color: rgb(100,253,126); }
td.TdClassName
{
border-color: #64FD7E;
}
.TagClassName
{
border-color: #64FD7E;
}
</style>