Shades of Screamin' Green #7EFF52
Tints of Screamin' Green #7EFF52
RGB
CMYK
RGB Variations
Color information
#7EFF52 (or 0x7EFF52) is known color: Screamin' Green. HEX triplet: 7E, FF and 52. RGB value is (126,255,82). Sum of RGB (Red+Green+Blue) = 126+255+82=463 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.21% from 463); Green value is 255 (100% from 255 or 55.08% from 463); Blue value is 82 (32.42% from 255 or 17.71% from 463); Max value from RGB is 255 - color contains mainly: green. Hex color #7EFF52 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7EFF52 is #8100AD. Grayscale: #C5C5C5. Windows color (decimal): -8454318 or 5439358. OLE color: 5439358.
HSL color Cylindrical-coordinate representation of color #7EFF52: hue angle of 104.74º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7EFF52 is Cyan = 0.51, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 126 | 255 | 82 | - |
| CMYK | 0.51 | 0 | 0.68 | 0 |
| HSL | 104.74º | 1% | 0.66% | - |
| HSV(B) | 104.74º | 0.68% | 1% | - |
| XYZ | 45.89 | 76.56 | 20.34 | - |
| YUV | 196.71 | 63.26 | 77.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 255 | 82 | 0.51 | 0 | 0.68 | 0 | 104.74 | 1 | 0.66 |
| Hex | 7E | FF | 52 | 33 | 0 | 44 | 0 | 69 | 64 | 42 |
| Octal | 176 | 377 | 122 | 63 | 0 | 104 | 0 | 151 | 144 | 102 |
| Binary | 1111110 | 11111111 | 1010010 | 110011 | 0 | 1000100 | 0 | 1101001 | 1100100 | 1000010 |
Color Harmonies of #7EFF52
Complementary color
Monochromatic Colors of #7EFF52
Black with #7EFF52
Text Example
Text Example
White with #7EFF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EFF52; }
p { color: rgb(126,255,82); }
H1.HeaderClassName
{
color: #7EFF52;
}
.AnyTagClassName
{
color: #7EFF52;
}
</style>
background-color css
<style>
a { background-color: #7EFF52; }
a { background-color: rgb(126,255,82); }
div.DivClassName
{
background-color: #7EFF52;
}
.BgClassName
{
background-color: #7EFF52;
}
</style>
border-color css
<style>
span { border-color: #7EFF52; }
span { border-color: rgb(126,255,82); }
td.TdClassName
{
border-color: #7EFF52;
}
.TagClassName
{
border-color: #7EFF52;
}
</style>