Shades of Screamin' Green #8DF75A
Tints of Screamin' Green #8DF75A
RGB
CMYK
RGB Variations
Color information
#8DF75A (or 0x8DF75A) is known color: Screamin' Green. HEX triplet: 8D, F7 and 5A. RGB value is (141,247,90). Sum of RGB (Red+Green+Blue) = 141+247+90=478 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.50% from 478); Green value is 247 (96.88% from 255 or 51.67% from 478); Blue value is 90 (35.55% from 255 or 18.83% from 478); Max value from RGB is 247 - color contains mainly: green. Hex color #8DF75A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DF75A is #7208A5. Grayscale: #C5C5C5. Windows color (decimal): -7473318 or 5961613. OLE color: 5961613.
HSL color Cylindrical-coordinate representation of color #8DF75A: hue angle of 100.51º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8DF75A is Cyan = 0.43, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 141 | 247 | 90 | - |
| CMYK | 0.43 | 0 | 0.64 | 0.03 |
| HSL | 100.51º | 0.91% | 0.66% | - |
| HSV(B) | 100.51º | 0.64% | 0.97% | - |
| XYZ | 46.09 | 72.92 | 21.32 | - |
| YUV | 197.41 | 67.38 | 87.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 247 | 90 | 0.43 | 0 | 0.64 | 0.03 | 100.51 | 0.91 | 0.66 |
| Hex | 8D | F7 | 5A | 2B | 0 | 40 | 3 | 65 | 5B | 42 |
| Octal | 215 | 367 | 132 | 53 | 0 | 100 | 3 | 145 | 133 | 102 |
| Binary | 10001101 | 11110111 | 1011010 | 101011 | 0 | 1000000 | 11 | 1100101 | 1011011 | 1000010 |
Color Harmonies of #8DF75A
Complementary color
Monochromatic Colors of #8DF75A
Black with #8DF75A
Text Example
Text Example
White with #8DF75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF75A; }
p { color: rgb(141,247,90); }
H1.HeaderClassName
{
color: #8DF75A;
}
.AnyTagClassName
{
color: #8DF75A;
}
</style>
background-color css
<style>
a { background-color: #8DF75A; }
a { background-color: rgb(141,247,90); }
div.DivClassName
{
background-color: #8DF75A;
}
.BgClassName
{
background-color: #8DF75A;
}
</style>
border-color css
<style>
span { border-color: #8DF75A; }
span { border-color: rgb(141,247,90); }
td.TdClassName
{
border-color: #8DF75A;
}
.TagClassName
{
border-color: #8DF75A;
}
</style>