Shades of Screamin' Green #8DF75D
Tints of Screamin' Green #8DF75D
RGB
CMYK
RGB Variations
Color information
#8DF75D (or 0x8DF75D) is known color: Screamin' Green. HEX triplet: 8D, F7 and 5D. RGB value is (141,247,93). Sum of RGB (Red+Green+Blue) = 141+247+93=481 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.31% from 481); Green value is 247 (96.88% from 255 or 51.35% from 481); Blue value is 93 (36.72% from 255 or 19.33% from 481); Max value from RGB is 247 - color contains mainly: green. Hex color #8DF75D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DF75D is #7208A2. Grayscale: #C6C6C6. Windows color (decimal): -7473315 or 6158221. OLE color: 6158221.
HSL color Cylindrical-coordinate representation of color #8DF75D: hue angle of 101.3º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8DF75D is Cyan = 0.43, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 141 | 247 | 93 | - |
| CMYK | 0.43 | 0 | 0.62 | 0.03 |
| HSL | 101.3º | 0.91% | 0.67% | - |
| HSV(B) | 101.3º | 0.62% | 0.97% | - |
| XYZ | 46.22 | 72.97 | 22.01 | - |
| YUV | 197.75 | 68.88 | 87.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 247 | 93 | 0.43 | 0 | 0.62 | 0.03 | 101.3 | 0.91 | 0.67 |
| Hex | 8D | F7 | 5D | 2B | 0 | 3E | 3 | 65 | 5B | 43 |
| Octal | 215 | 367 | 135 | 53 | 0 | 76 | 3 | 145 | 133 | 103 |
| Binary | 10001101 | 11110111 | 1011101 | 101011 | 0 | 111110 | 11 | 1100101 | 1011011 | 1000011 |
Color Harmonies of #8DF75D
Complementary color
Monochromatic Colors of #8DF75D
Black with #8DF75D
Text Example
Text Example
White with #8DF75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF75D; }
p { color: rgb(141,247,93); }
H1.HeaderClassName
{
color: #8DF75D;
}
.AnyTagClassName
{
color: #8DF75D;
}
</style>
background-color css
<style>
a { background-color: #8DF75D; }
a { background-color: rgb(141,247,93); }
div.DivClassName
{
background-color: #8DF75D;
}
.BgClassName
{
background-color: #8DF75D;
}
</style>
border-color css
<style>
span { border-color: #8DF75D; }
span { border-color: rgb(141,247,93); }
td.TdClassName
{
border-color: #8DF75D;
}
.TagClassName
{
border-color: #8DF75D;
}
</style>