Shades of Screamin' Green #64FE80
Tints of Screamin' Green #64FE80
RGB
CMYK
RGB Variations
Color information
#64FE80 (or 0x64FE80) is known color: Screamin' Green. HEX triplet: 64, FE and 80. RGB value is (100,254,128). Sum of RGB (Red+Green+Blue) = 100+254+128=482 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.75% from 482); Green value is 254 (99.61% from 255 or 52.70% from 482); Blue value is 128 (50.39% from 255 or 26.56% from 482); Max value from RGB is 254 - color contains mainly: green. Hex color #64FE80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64FE80 is #9B017F. Grayscale: #C1C1C1. Windows color (decimal): -10158464 or 8453732. OLE color: 8453732.
HSL color Cylindrical-coordinate representation of color #64FE80: hue angle of 130.91º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64FE80 is Cyan = 0.61, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 254 | 128 | - |
| CMYK | 0.61 | 0 | 0.50 | 0.00 |
| HSL | 130.91º | 0.99% | 0.69% | - |
| HSV(B) | 130.91º | 0.61% | 1% | - |
| XYZ | 44.59 | 75.15 | 32.58 | - |
| YUV | 193.59 | 90.98 | 61.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 254 | 128 | 0.61 | 0 | 0.50 | 0.00 | 130.91 | 0.99 | 0.69 |
| Hex | 64 | FE | 80 | 3D | 0 | 32 | 0 | 83 | 63 | 45 |
| Octal | 144 | 376 | 200 | 75 | 0 | 62 | 0 | 203 | 143 | 105 |
| Binary | 1100100 | 11111110 | 10000000 | 111101 | 0 | 110010 | 0 | 10000011 | 1100011 | 1000101 |
Color Harmonies of #64FE80
Complementary color
Monochromatic Colors of #64FE80
Black with #64FE80
Text Example
Text Example
White with #64FE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FE80; }
p { color: rgb(100,254,128); }
H1.HeaderClassName
{
color: #64FE80;
}
.AnyTagClassName
{
color: #64FE80;
}
</style>
background-color css
<style>
a { background-color: #64FE80; }
a { background-color: rgb(100,254,128); }
div.DivClassName
{
background-color: #64FE80;
}
.BgClassName
{
background-color: #64FE80;
}
</style>
border-color css
<style>
span { border-color: #64FE80; }
span { border-color: rgb(100,254,128); }
td.TdClassName
{
border-color: #64FE80;
}
.TagClassName
{
border-color: #64FE80;
}
</style>