Shades of Screamin' Green #7DF962
Tints of Screamin' Green #7DF962
RGB
CMYK
RGB Variations
Color information
#7DF962 (or 0x7DF962) is known color: Screamin' Green. HEX triplet: 7D, F9 and 62. RGB value is (125,249,98). Sum of RGB (Red+Green+Blue) = 125+249+98=472 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.48% from 472); Green value is 249 (97.66% from 255 or 52.75% from 472); Blue value is 98 (38.67% from 255 or 20.76% from 472); Max value from RGB is 249 - color contains mainly: green. Hex color #7DF962 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DF962 is #82069D. Grayscale: #C3C3C3. Windows color (decimal): -8521374 or 6486397. OLE color: 6486397.
HSL color Cylindrical-coordinate representation of color #7DF962: hue angle of 109.27º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7DF962 is Cyan = 0.50, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 125 | 249 | 98 | - |
| CMYK | 0.50 | 0 | 0.61 | 0.02 |
| HSL | 109.27º | 0.93% | 0.68% | - |
| HSV(B) | 109.27º | 0.61% | 0.98% | - |
| XYZ | 44.54 | 72.99 | 23.3 | - |
| YUV | 194.71 | 73.42 | 78.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 249 | 98 | 0.50 | 0 | 0.61 | 0.02 | 109.27 | 0.93 | 0.68 |
| Hex | 7D | F9 | 62 | 32 | 0 | 3D | 2 | 6D | 5D | 44 |
| Octal | 175 | 371 | 142 | 62 | 0 | 75 | 2 | 155 | 135 | 104 |
| Binary | 1111101 | 11111001 | 1100010 | 110010 | 0 | 111101 | 10 | 1101101 | 1011101 | 1000100 |
Color Harmonies of #7DF962
Complementary color
Monochromatic Colors of #7DF962
Black with #7DF962
Text Example
Text Example
White with #7DF962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF962; }
p { color: rgb(125,249,98); }
H1.HeaderClassName
{
color: #7DF962;
}
.AnyTagClassName
{
color: #7DF962;
}
</style>
background-color css
<style>
a { background-color: #7DF962; }
a { background-color: rgb(125,249,98); }
div.DivClassName
{
background-color: #7DF962;
}
.BgClassName
{
background-color: #7DF962;
}
</style>
border-color css
<style>
span { border-color: #7DF962; }
span { border-color: rgb(125,249,98); }
td.TdClassName
{
border-color: #7DF962;
}
.TagClassName
{
border-color: #7DF962;
}
</style>