Shades of Screamin' Green #8DF65D
Tints of Screamin' Green #8DF65D
RGB
CMYK
RGB Variations
Color information
#8DF65D (or 0x8DF65D) is known color: Screamin' Green. HEX triplet: 8D, F6 and 5D. RGB value is (141,246,93). Sum of RGB (Red+Green+Blue) = 141+246+93=480 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.38% from 480); Green value is 246 (96.48% from 255 or 51.25% from 480); Blue value is 93 (36.72% from 255 or 19.38% from 480); Max value from RGB is 246 - color contains mainly: green. Hex color #8DF65D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DF65D is #7209A2. Grayscale: #C5C5C5. Windows color (decimal): -7473571 or 6157965. OLE color: 6157965.
HSL color Cylindrical-coordinate representation of color #8DF65D: hue angle of 101.18º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8DF65D is Cyan = 0.43, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 141 | 246 | 93 | - |
| CMYK | 0.43 | 0 | 0.62 | 0.04 |
| HSL | 101.18º | 0.89% | 0.66% | - |
| HSV(B) | 101.18º | 0.62% | 0.96% | - |
| XYZ | 45.92 | 72.36 | 21.9 | - |
| YUV | 197.16 | 69.21 | 87.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 246 | 93 | 0.43 | 0 | 0.62 | 0.04 | 101.18 | 0.89 | 0.66 |
| Hex | 8D | F6 | 5D | 2B | 0 | 3E | 4 | 65 | 59 | 42 |
| Octal | 215 | 366 | 135 | 53 | 0 | 76 | 4 | 145 | 131 | 102 |
| Binary | 10001101 | 11110110 | 1011101 | 101011 | 0 | 111110 | 100 | 1100101 | 1011001 | 1000010 |
Color Harmonies of #8DF65D
Complementary color
Monochromatic Colors of #8DF65D
Black with #8DF65D
Text Example
Text Example
White with #8DF65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF65D; }
p { color: rgb(141,246,93); }
H1.HeaderClassName
{
color: #8DF65D;
}
.AnyTagClassName
{
color: #8DF65D;
}
</style>
background-color css
<style>
a { background-color: #8DF65D; }
a { background-color: rgb(141,246,93); }
div.DivClassName
{
background-color: #8DF65D;
}
.BgClassName
{
background-color: #8DF65D;
}
</style>
border-color css
<style>
span { border-color: #8DF65D; }
span { border-color: rgb(141,246,93); }
td.TdClassName
{
border-color: #8DF65D;
}
.TagClassName
{
border-color: #8DF65D;
}
</style>