Shades of Screamin' Green #7DF560
Tints of Screamin' Green #7DF560
RGB
CMYK
RGB Variations
Color information
#7DF560 (or 0x7DF560) is known color: Screamin' Green. HEX triplet: 7D, F5 and 60. RGB value is (125,245,96). Sum of RGB (Red+Green+Blue) = 125+245+96=466 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.82% from 466); Green value is 245 (96.09% from 255 or 52.58% from 466); Blue value is 96 (37.89% from 255 or 20.60% from 466); Max value from RGB is 245 - color contains mainly: green. Hex color #7DF560 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DF560 is #820A9F. Grayscale: #C0C0C0. Windows color (decimal): -8522400 or 6354301. OLE color: 6354301.
HSL color Cylindrical-coordinate representation of color #7DF560: hue angle of 108.32º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7DF560 is Cyan = 0.49, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 125 | 245 | 96 | - |
| CMYK | 0.49 | 0 | 0.61 | 0.04 |
| HSL | 108.32º | 0.88% | 0.67% | - |
| HSV(B) | 108.32º | 0.61% | 0.96% | - |
| XYZ | 43.22 | 70.51 | 22.4 | - |
| YUV | 192.13 | 73.74 | 80.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 245 | 96 | 0.49 | 0 | 0.61 | 0.04 | 108.32 | 0.88 | 0.67 |
| Hex | 7D | F5 | 60 | 31 | 0 | 3D | 4 | 6C | 58 | 43 |
| Octal | 175 | 365 | 140 | 61 | 0 | 75 | 4 | 154 | 130 | 103 |
| Binary | 1111101 | 11110101 | 1100000 | 110001 | 0 | 111101 | 100 | 1101100 | 1011000 | 1000011 |
Color Harmonies of #7DF560
Complementary color
Monochromatic Colors of #7DF560
Black with #7DF560
Text Example
Text Example
White with #7DF560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF560; }
p { color: rgb(125,245,96); }
H1.HeaderClassName
{
color: #7DF560;
}
.AnyTagClassName
{
color: #7DF560;
}
</style>
background-color css
<style>
a { background-color: #7DF560; }
a { background-color: rgb(125,245,96); }
div.DivClassName
{
background-color: #7DF560;
}
.BgClassName
{
background-color: #7DF560;
}
</style>
border-color css
<style>
span { border-color: #7DF560; }
span { border-color: rgb(125,245,96); }
td.TdClassName
{
border-color: #7DF560;
}
.TagClassName
{
border-color: #7DF560;
}
</style>