Shades of Screamin' Green #64FC7F
Tints of Screamin' Green #64FC7F
RGB
CMYK
RGB Variations
Color information
#64FC7F (or 0x64FC7F) is known color: Screamin' Green. HEX triplet: 64, FC and 7F. RGB value is (100,252,127). Sum of RGB (Red+Green+Blue) = 100+252+127=479 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.88% from 479); Green value is 252 (98.83% from 255 or 52.61% from 479); Blue value is 127 (50% from 255 or 26.51% from 479); Max value from RGB is 252 - color contains mainly: green. Hex color #64FC7F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64FC7F is #9B0380. Grayscale: #C0C0C0. Windows color (decimal): -10158977 or 8387684. OLE color: 8387684.
HSL color Cylindrical-coordinate representation of color #64FC7F: hue angle of 130.66º degrees, saturation: 0.96, 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 #64FC7F is Cyan = 0.60, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 252 | 127 | - |
| CMYK | 0.60 | 0 | 0.50 | 0.01 |
| HSL | 130.66º | 0.96% | 0.69% | - |
| HSV(B) | 130.66º | 0.6% | 0.99% | - |
| XYZ | 43.9 | 73.86 | 32.02 | - |
| YUV | 192.3 | 91.14 | 62.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 252 | 127 | 0.60 | 0 | 0.50 | 0.01 | 130.66 | 0.96 | 0.69 |
| Hex | 64 | FC | 7F | 3C | 0 | 32 | 1 | 83 | 60 | 45 |
| Octal | 144 | 374 | 177 | 74 | 0 | 62 | 1 | 203 | 140 | 105 |
| Binary | 1100100 | 11111100 | 1111111 | 111100 | 0 | 110010 | 1 | 10000011 | 1100000 | 1000101 |
Color Harmonies of #64FC7F
Complementary color
Monochromatic Colors of #64FC7F
Black with #64FC7F
Text Example
Text Example
White with #64FC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FC7F; }
p { color: rgb(100,252,127); }
H1.HeaderClassName
{
color: #64FC7F;
}
.AnyTagClassName
{
color: #64FC7F;
}
</style>
background-color css
<style>
a { background-color: #64FC7F; }
a { background-color: rgb(100,252,127); }
div.DivClassName
{
background-color: #64FC7F;
}
.BgClassName
{
background-color: #64FC7F;
}
</style>
border-color css
<style>
span { border-color: #64FC7F; }
span { border-color: rgb(100,252,127); }
td.TdClassName
{
border-color: #64FC7F;
}
.TagClassName
{
border-color: #64FC7F;
}
</style>