Shades of Screamin' Green #64FE7F
Tints of Screamin' Green #64FE7F
RGB
CMYK
RGB Variations
Color information
#64FE7F (or 0x64FE7F) is known color: Screamin' Green. HEX triplet: 64, FE and 7F. RGB value is (100,254,127). Sum of RGB (Red+Green+Blue) = 100+254+127=481 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.79% from 481); Green value is 254 (99.61% from 255 or 52.81% from 481); Blue value is 127 (50% from 255 or 26.40% from 481); Max value from RGB is 254 - color contains mainly: green. Hex color #64FE7F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64FE7F is #9B0180. Grayscale: #C1C1C1. Windows color (decimal): -10158465 or 8388196. OLE color: 8388196.
HSL color Cylindrical-coordinate representation of color #64FE7F: hue angle of 130.52º 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 #64FE7F is Cyan = 0.61, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 254 | 127 | - |
| CMYK | 0.61 | 0 | 0.50 | 0.00 |
| HSL | 130.52º | 0.99% | 0.69% | - |
| HSV(B) | 130.52º | 0.61% | 1% | - |
| XYZ | 44.53 | 75.13 | 32.23 | - |
| YUV | 193.48 | 90.48 | 61.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 254 | 127 | 0.61 | 0 | 0.50 | 0.00 | 130.52 | 0.99 | 0.69 |
| Hex | 64 | FE | 7F | 3D | 0 | 32 | 0 | 83 | 63 | 45 |
| Octal | 144 | 376 | 177 | 75 | 0 | 62 | 0 | 203 | 143 | 105 |
| Binary | 1100100 | 11111110 | 1111111 | 111101 | 0 | 110010 | 0 | 10000011 | 1100011 | 1000101 |
Color Harmonies of #64FE7F
Complementary color
Monochromatic Colors of #64FE7F
Black with #64FE7F
Text Example
Text Example
White with #64FE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FE7F; }
p { color: rgb(100,254,127); }
H1.HeaderClassName
{
color: #64FE7F;
}
.AnyTagClassName
{
color: #64FE7F;
}
</style>
background-color css
<style>
a { background-color: #64FE7F; }
a { background-color: rgb(100,254,127); }
div.DivClassName
{
background-color: #64FE7F;
}
.BgClassName
{
background-color: #64FE7F;
}
</style>
border-color css
<style>
span { border-color: #64FE7F; }
span { border-color: rgb(100,254,127); }
td.TdClassName
{
border-color: #64FE7F;
}
.TagClassName
{
border-color: #64FE7F;
}
</style>