Shades of Screamin' Green #8DF35A
Tints of Screamin' Green #8DF35A
RGB
CMYK
RGB Variations
Color information
#8DF35A (or 0x8DF35A) is known color: Screamin' Green. HEX triplet: 8D, F3 and 5A. RGB value is (141,243,90). Sum of RGB (Red+Green+Blue) = 141+243+90=474 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.75% from 474); Green value is 243 (95.31% from 255 or 51.27% from 474); Blue value is 90 (35.55% from 255 or 18.99% from 474); Max value from RGB is 243 - color contains mainly: green. Hex color #8DF35A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DF35A is #720CA5. Grayscale: #C3C3C3. Windows color (decimal): -7474342 or 5960589. OLE color: 5960589.
HSL color Cylindrical-coordinate representation of color #8DF35A: hue angle of 100º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8DF35A is Cyan = 0.42, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 243 | 90 | - |
| CMYK | 0.42 | 0 | 0.63 | 0.05 |
| HSL | 100º | 0.86% | 0.65% | - |
| HSV(B) | 100º | 0.63% | 0.95% | - |
| XYZ | 44.88 | 70.5 | 20.92 | - |
| YUV | 195.06 | 68.71 | 89.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 243 | 90 | 0.42 | 0 | 0.63 | 0.05 | 100 | 0.86 | 0.65 |
| Hex | 8D | F3 | 5A | 2A | 0 | 3F | 5 | 64 | 56 | 41 |
| Octal | 215 | 363 | 132 | 52 | 0 | 77 | 5 | 144 | 126 | 101 |
| Binary | 10001101 | 11110011 | 1011010 | 101010 | 0 | 111111 | 101 | 1100100 | 1010110 | 1000001 |
Color Harmonies of #8DF35A
Complementary color
Monochromatic Colors of #8DF35A
Black with #8DF35A
Text Example
Text Example
White with #8DF35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF35A; }
p { color: rgb(141,243,90); }
H1.HeaderClassName
{
color: #8DF35A;
}
.AnyTagClassName
{
color: #8DF35A;
}
</style>
background-color css
<style>
a { background-color: #8DF35A; }
a { background-color: rgb(141,243,90); }
div.DivClassName
{
background-color: #8DF35A;
}
.BgClassName
{
background-color: #8DF35A;
}
</style>
border-color css
<style>
span { border-color: #8DF35A; }
span { border-color: rgb(141,243,90); }
td.TdClassName
{
border-color: #8DF35A;
}
.TagClassName
{
border-color: #8DF35A;
}
</style>