Shades of Screamin' Green #7DF351
Tints of Screamin' Green #7DF351
RGB
CMYK
RGB Variations
Color information
#7DF351 (or 0x7DF351) is known color: Screamin' Green. HEX triplet: 7D, F3 and 51. RGB value is (125,243,81). Sum of RGB (Red+Green+Blue) = 125+243+81=449 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.84% from 449); Green value is 243 (95.31% from 255 or 54.12% from 449); Blue value is 81 (32.03% from 255 or 18.04% from 449); Max value from RGB is 243 - color contains mainly: green. Hex color #7DF351 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DF351 is #820CAE. Grayscale: #BDBDBD. Windows color (decimal): -8522927 or 5370749. OLE color: 5370749.
HSL color Cylindrical-coordinate representation of color #7DF351: hue angle of 103.7º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7DF351 is Cyan = 0.49, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 243 | 81 | - |
| CMYK | 0.49 | 0 | 0.67 | 0.05 |
| HSL | 103.7º | 0.87% | 0.64% | - |
| HSV(B) | 103.7º | 0.67% | 0.95% | - |
| XYZ | 41.99 | 69.06 | 18.9 | - |
| YUV | 189.25 | 66.91 | 82.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 243 | 81 | 0.49 | 0 | 0.67 | 0.05 | 103.7 | 0.87 | 0.64 |
| Hex | 7D | F3 | 51 | 31 | 0 | 43 | 5 | 68 | 57 | 40 |
| Octal | 175 | 363 | 121 | 61 | 0 | 103 | 5 | 150 | 127 | 100 |
| Binary | 1111101 | 11110011 | 1010001 | 110001 | 0 | 1000011 | 101 | 1101000 | 1010111 | 1000000 |
Color Harmonies of #7DF351
Complementary color
Monochromatic Colors of #7DF351
Black with #7DF351
Text Example
Text Example
White with #7DF351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF351; }
p { color: rgb(125,243,81); }
H1.HeaderClassName
{
color: #7DF351;
}
.AnyTagClassName
{
color: #7DF351;
}
</style>
background-color css
<style>
a { background-color: #7DF351; }
a { background-color: rgb(125,243,81); }
div.DivClassName
{
background-color: #7DF351;
}
.BgClassName
{
background-color: #7DF351;
}
</style>
border-color css
<style>
span { border-color: #7DF351; }
span { border-color: rgb(125,243,81); }
td.TdClassName
{
border-color: #7DF351;
}
.TagClassName
{
border-color: #7DF351;
}
</style>