Shades of Screamin' Green #66FF8D
Tints of Screamin' Green #66FF8D
RGB
CMYK
RGB Variations
Color information
#66FF8D (or 0x66FF8D) is known color: Screamin' Green. HEX triplet: 66, FF and 8D. RGB value is (102,255,141). Sum of RGB (Red+Green+Blue) = 102+255+141=498 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.48% from 498); Green value is 255 (100% from 255 or 51.20% from 498); Blue value is 141 (55.47% from 255 or 28.31% from 498); Max value from RGB is 255 - color contains mainly: green. Hex color #66FF8D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66FF8D is #990072. Grayscale: #C4C4C4. Windows color (decimal): -10027123 or 9305958. OLE color: 9305958.
HSL color Cylindrical-coordinate representation of color #66FF8D: hue angle of 135.29º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66FF8D is Cyan = 0.6, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 255 | 141 | - |
| CMYK | 0.6 | 0 | 0.45 | 0 |
| HSL | 135.29º | 1% | 0.7% | - |
| HSV(B) | 135.29º | 0.6% | 1% | - |
| XYZ | 46.05 | 76.27 | 37.49 | - |
| YUV | 196.26 | 96.81 | 60.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 255 | 141 | 0.6 | 0 | 0.45 | 0 | 135.29 | 1 | 0.7 |
| Hex | 66 | FF | 8D | 3C | 0 | 2D | 0 | 87 | 64 | 46 |
| Octal | 146 | 377 | 215 | 74 | 0 | 55 | 0 | 207 | 144 | 106 |
| Binary | 1100110 | 11111111 | 10001101 | 111100 | 0 | 101101 | 0 | 10000111 | 1100100 | 1000110 |
Color Harmonies of #66FF8D
Complementary color
Monochromatic Colors of #66FF8D
Black with #66FF8D
Text Example
Text Example
White with #66FF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FF8D; }
p { color: rgb(102,255,141); }
H1.HeaderClassName
{
color: #66FF8D;
}
.AnyTagClassName
{
color: #66FF8D;
}
</style>
background-color css
<style>
a { background-color: #66FF8D; }
a { background-color: rgb(102,255,141); }
div.DivClassName
{
background-color: #66FF8D;
}
.BgClassName
{
background-color: #66FF8D;
}
</style>
border-color css
<style>
span { border-color: #66FF8D; }
span { border-color: rgb(102,255,141); }
td.TdClassName
{
border-color: #66FF8D;
}
.TagClassName
{
border-color: #66FF8D;
}
</style>