Shades of Screamin' Green #8DFF64
Tints of Screamin' Green #8DFF64
RGB
CMYK
RGB Variations
Color information
#8DFF64 (or 0x8DFF64) is known color: Screamin' Green. HEX triplet: 8D, FF and 64. RGB value is (141,255,100). Sum of RGB (Red+Green+Blue) = 141+255+100=496 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.43% from 496); Green value is 255 (100% from 255 or 51.41% from 496); Blue value is 100 (39.45% from 255 or 20.16% from 496); Max value from RGB is 255 - color contains mainly: green. Hex color #8DFF64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DFF64 is #72009B. Grayscale: #CBCBCB. Windows color (decimal): -7471260 or 6619021. OLE color: 6619021.
HSL color Cylindrical-coordinate representation of color #8DFF64: hue angle of 104.13º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8DFF64 is Cyan = 0.45, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 255 | 100 | - |
| CMYK | 0.45 | 0 | 0.61 | 0 |
| HSL | 104.13º | 1% | 0.7% | - |
| HSV(B) | 104.13º | 0.61% | 1% | - |
| XYZ | 49.04 | 78.1 | 24.55 | - |
| YUV | 203.24 | 69.73 | 83.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 255 | 100 | 0.45 | 0 | 0.61 | 0 | 104.13 | 1 | 0.7 |
| Hex | 8D | FF | 64 | 2D | 0 | 3D | 0 | 68 | 64 | 46 |
| Octal | 215 | 377 | 144 | 55 | 0 | 75 | 0 | 150 | 144 | 106 |
| Binary | 10001101 | 11111111 | 1100100 | 101101 | 0 | 111101 | 0 | 1101000 | 1100100 | 1000110 |
Color Harmonies of #8DFF64
Complementary color
Monochromatic Colors of #8DFF64
Black with #8DFF64
Text Example
Text Example
White with #8DFF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DFF64; }
p { color: rgb(141,255,100); }
H1.HeaderClassName
{
color: #8DFF64;
}
.AnyTagClassName
{
color: #8DFF64;
}
</style>
background-color css
<style>
a { background-color: #8DFF64; }
a { background-color: rgb(141,255,100); }
div.DivClassName
{
background-color: #8DFF64;
}
.BgClassName
{
background-color: #8DFF64;
}
</style>
border-color css
<style>
span { border-color: #8DFF64; }
span { border-color: rgb(141,255,100); }
td.TdClassName
{
border-color: #8DFF64;
}
.TagClassName
{
border-color: #8DFF64;
}
</style>