Shades of Screamin' Green #7FFD64
Tints of Screamin' Green #7FFD64
RGB
CMYK
RGB Variations
Color information
#7FFD64 (or 0x7FFD64) is known color: Screamin' Green. HEX triplet: 7F, FD and 64. RGB value is (127,253,100). Sum of RGB (Red+Green+Blue) = 127+253+100=480 (63% of max value = 765). Red value is 127 (50% from 255 or 26.46% from 480); Green value is 253 (99.22% from 255 or 52.71% from 480); Blue value is 100 (39.45% from 255 or 20.83% from 480); Max value from RGB is 253 - color contains mainly: green. Hex color #7FFD64 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7FFD64 is #80029B. Grayscale: #C6C6C6. Windows color (decimal): -8389276 or 6618495. OLE color: 6618495.
HSL color Cylindrical-coordinate representation of color #7FFD64: hue angle of 109.41º 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 #7FFD64 is Cyan = 0.50, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 127 | 253 | 100 | - |
| CMYK | 0.50 | 0 | 0.60 | 0.01 |
| HSL | 109.41º | 0.97% | 0.69% | - |
| HSV(B) | 109.41º | 0.6% | 0.99% | - |
| XYZ | 46.18 | 75.68 | 24.23 | - |
| YUV | 197.88 | 72.76 | 77.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 253 | 100 | 0.50 | 0 | 0.60 | 0.01 | 109.41 | 0.97 | 0.69 |
| Hex | 7F | FD | 64 | 32 | 0 | 3C | 1 | 6D | 61 | 45 |
| Octal | 177 | 375 | 144 | 62 | 0 | 74 | 1 | 155 | 141 | 105 |
| Binary | 1111111 | 11111101 | 1100100 | 110010 | 0 | 111100 | 1 | 1101101 | 1100001 | 1000101 |
Color Harmonies of #7FFD64
Complementary color
Monochromatic Colors of #7FFD64
Black with #7FFD64
Text Example
Text Example
White with #7FFD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFD64; }
p { color: rgb(127,253,100); }
H1.HeaderClassName
{
color: #7FFD64;
}
.AnyTagClassName
{
color: #7FFD64;
}
</style>
background-color css
<style>
a { background-color: #7FFD64; }
a { background-color: rgb(127,253,100); }
div.DivClassName
{
background-color: #7FFD64;
}
.BgClassName
{
background-color: #7FFD64;
}
</style>
border-color css
<style>
span { border-color: #7FFD64; }
span { border-color: rgb(127,253,100); }
td.TdClassName
{
border-color: #7FFD64;
}
.TagClassName
{
border-color: #7FFD64;
}
</style>