Shades of Screamin' Green #7FF942
Tints of Screamin' Green #7FF942
RGB
CMYK
RGB Variations
Color information
#7FF942 (or 0x7FF942) is known color: Screamin' Green. HEX triplet: 7F, F9 and 42. RGB value is (127,249,66). Sum of RGB (Red+Green+Blue) = 127+249+66=442 (58% of max value = 765). Red value is 127 (50% from 255 or 28.73% from 442); Green value is 249 (97.66% from 255 or 56.33% from 442); Blue value is 66 (26.17% from 255 or 14.93% from 442); Max value from RGB is 249 - color contains mainly: green. Hex color #7FF942 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7FF942 is #8006BD. Grayscale: #C0C0C0. Windows color (decimal): -8390334 or 4389247. OLE color: 4389247.
HSL color Cylindrical-coordinate representation of color #7FF942: hue angle of 100º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7FF942 is Cyan = 0.49, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 127 | 249 | 66 | - |
| CMYK | 0.49 | 0 | 0.73 | 0.02 |
| HSL | 100º | 0.94% | 0.62% | - |
| HSV(B) | 100º | 0.73% | 0.98% | - |
| XYZ | 43.61 | 72.66 | 16.88 | - |
| YUV | 191.66 | 57.08 | 81.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 249 | 66 | 0.49 | 0 | 0.73 | 0.02 | 100 | 0.94 | 0.62 |
| Hex | 7F | F9 | 42 | 31 | 0 | 49 | 2 | 64 | 5E | 3E |
| Octal | 177 | 371 | 102 | 61 | 0 | 111 | 2 | 144 | 136 | 76 |
| Binary | 1111111 | 11111001 | 1000010 | 110001 | 0 | 1001001 | 10 | 1100100 | 1011110 | 111110 |
Color Harmonies of #7FF942
Complementary color
Monochromatic Colors of #7FF942
Black with #7FF942
Text Example
Text Example
White with #7FF942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FF942; }
p { color: rgb(127,249,66); }
H1.HeaderClassName
{
color: #7FF942;
}
.AnyTagClassName
{
color: #7FF942;
}
</style>
background-color css
<style>
a { background-color: #7FF942; }
a { background-color: rgb(127,249,66); }
div.DivClassName
{
background-color: #7FF942;
}
.BgClassName
{
background-color: #7FF942;
}
</style>
border-color css
<style>
span { border-color: #7FF942; }
span { border-color: rgb(127,249,66); }
td.TdClassName
{
border-color: #7FF942;
}
.TagClassName
{
border-color: #7FF942;
}
</style>