Shades of Screamin' Green #7EFF72
Tints of Screamin' Green #7EFF72
RGB
CMYK
RGB Variations
Color information
#7EFF72 (or 0x7EFF72) is known color: Screamin' Green. HEX triplet: 7E, FF and 72. RGB value is (126,255,114). Sum of RGB (Red+Green+Blue) = 126+255+114=495 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.45% from 495); Green value is 255 (100% from 255 or 51.52% from 495); Blue value is 114 (44.92% from 255 or 23.03% from 495); Max value from RGB is 255 - color contains mainly: green. Hex color #7EFF72 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7EFF72 is #81008D. Grayscale: #C8C8C8. Windows color (decimal): -8454286 or 7536510. OLE color: 7536510.
HSL color Cylindrical-coordinate representation of color #7EFF72: hue angle of 114.89º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7EFF72 is Cyan = 0.51, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 126 | 255 | 114 | - |
| CMYK | 0.51 | 0 | 0.55 | 0 |
| HSL | 114.89º | 1% | 0.72% | - |
| HSV(B) | 114.89º | 0.55% | 1% | - |
| XYZ | 47.4 | 77.17 | 28.32 | - |
| YUV | 200.36 | 79.26 | 74.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 255 | 114 | 0.51 | 0 | 0.55 | 0 | 114.89 | 1 | 0.72 |
| Hex | 7E | FF | 72 | 33 | 0 | 37 | 0 | 73 | 64 | 48 |
| Octal | 176 | 377 | 162 | 63 | 0 | 67 | 0 | 163 | 144 | 110 |
| Binary | 1111110 | 11111111 | 1110010 | 110011 | 0 | 110111 | 0 | 1110011 | 1100100 | 1001000 |
Color Harmonies of #7EFF72
Complementary color
Monochromatic Colors of #7EFF72
Black with #7EFF72
Text Example
Text Example
White with #7EFF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EFF72; }
p { color: rgb(126,255,114); }
H1.HeaderClassName
{
color: #7EFF72;
}
.AnyTagClassName
{
color: #7EFF72;
}
</style>
background-color css
<style>
a { background-color: #7EFF72; }
a { background-color: rgb(126,255,114); }
div.DivClassName
{
background-color: #7EFF72;
}
.BgClassName
{
background-color: #7EFF72;
}
</style>
border-color css
<style>
span { border-color: #7EFF72; }
span { border-color: rgb(126,255,114); }
td.TdClassName
{
border-color: #7EFF72;
}
.TagClassName
{
border-color: #7EFF72;
}
</style>