Shades of Screamin' Green #8DF860
Tints of Screamin' Green #8DF860
RGB
CMYK
RGB Variations
Color information
#8DF860 (or 0x8DF860) is known color: Screamin' Green. HEX triplet: 8D, F8 and 60. RGB value is (141,248,96). Sum of RGB (Red+Green+Blue) = 141+248+96=485 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.07% from 485); Green value is 248 (97.27% from 255 or 51.13% from 485); Blue value is 96 (37.89% from 255 or 19.79% from 485); Max value from RGB is 248 - color contains mainly: green. Hex color #8DF860 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DF860 is #72079F. Grayscale: #C7C7C7. Windows color (decimal): -7473056 or 6355085. OLE color: 6355085.
HSL color Cylindrical-coordinate representation of color #8DF860: hue angle of 102.24º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8DF860 is Cyan = 0.43, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 141 | 248 | 96 | - |
| CMYK | 0.43 | 0 | 0.61 | 0.03 |
| HSL | 102.24º | 0.92% | 0.67% | - |
| HSV(B) | 102.24º | 0.61% | 0.97% | - |
| XYZ | 46.66 | 73.64 | 22.82 | - |
| YUV | 198.68 | 70.05 | 86.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 248 | 96 | 0.43 | 0 | 0.61 | 0.03 | 102.24 | 0.92 | 0.67 |
| Hex | 8D | F8 | 60 | 2B | 0 | 3D | 3 | 66 | 5C | 43 |
| Octal | 215 | 370 | 140 | 53 | 0 | 75 | 3 | 146 | 134 | 103 |
| Binary | 10001101 | 11111000 | 1100000 | 101011 | 0 | 111101 | 11 | 1100110 | 1011100 | 1000011 |
Color Harmonies of #8DF860
Complementary color
Monochromatic Colors of #8DF860
Black with #8DF860
Text Example
Text Example
White with #8DF860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF860; }
p { color: rgb(141,248,96); }
H1.HeaderClassName
{
color: #8DF860;
}
.AnyTagClassName
{
color: #8DF860;
}
</style>
background-color css
<style>
a { background-color: #8DF860; }
a { background-color: rgb(141,248,96); }
div.DivClassName
{
background-color: #8DF860;
}
.BgClassName
{
background-color: #8DF860;
}
</style>
border-color css
<style>
span { border-color: #8DF860; }
span { border-color: rgb(141,248,96); }
td.TdClassName
{
border-color: #8DF860;
}
.TagClassName
{
border-color: #8DF860;
}
</style>