Shades of Screamin' Green #7DF552
Tints of Screamin' Green #7DF552
RGB
CMYK
RGB Variations
Color information
#7DF552 (or 0x7DF552) is known color: Screamin' Green. HEX triplet: 7D, F5 and 52. RGB value is (125,245,82). Sum of RGB (Red+Green+Blue) = 125+245+82=452 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.65% from 452); Green value is 245 (96.09% from 255 or 54.20% from 452); Blue value is 82 (32.42% from 255 or 18.14% from 452); Max value from RGB is 245 - color contains mainly: green. Hex color #7DF552 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DF552 is #820AAD. Grayscale: #BFBFBF. Windows color (decimal): -8522414 or 5436797. OLE color: 5436797.
HSL color Cylindrical-coordinate representation of color #7DF552: hue angle of 104.17º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7DF552 is Cyan = 0.49, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 125 | 245 | 82 | - |
| CMYK | 0.49 | 0 | 0.67 | 0.04 |
| HSL | 104.17º | 0.89% | 0.64% | - |
| HSV(B) | 104.17º | 0.67% | 0.96% | - |
| XYZ | 42.63 | 70.27 | 19.3 | - |
| YUV | 190.54 | 66.74 | 81.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 245 | 82 | 0.49 | 0 | 0.67 | 0.04 | 104.17 | 0.89 | 0.64 |
| Hex | 7D | F5 | 52 | 31 | 0 | 43 | 4 | 68 | 59 | 40 |
| Octal | 175 | 365 | 122 | 61 | 0 | 103 | 4 | 150 | 131 | 100 |
| Binary | 1111101 | 11110101 | 1010010 | 110001 | 0 | 1000011 | 100 | 1101000 | 1011001 | 1000000 |
Color Harmonies of #7DF552
Complementary color
Monochromatic Colors of #7DF552
Black with #7DF552
Text Example
Text Example
White with #7DF552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF552; }
p { color: rgb(125,245,82); }
H1.HeaderClassName
{
color: #7DF552;
}
.AnyTagClassName
{
color: #7DF552;
}
</style>
background-color css
<style>
a { background-color: #7DF552; }
a { background-color: rgb(125,245,82); }
div.DivClassName
{
background-color: #7DF552;
}
.BgClassName
{
background-color: #7DF552;
}
</style>
border-color css
<style>
span { border-color: #7DF552; }
span { border-color: rgb(125,245,82); }
td.TdClassName
{
border-color: #7DF552;
}
.TagClassName
{
border-color: #7DF552;
}
</style>