Shades of Screamin' Green #66FF8F
Tints of Screamin' Green #66FF8F
RGB
CMYK
RGB Variations
Color information
#66FF8F (or 0x66FF8F) is known color: Screamin' Green. HEX triplet: 66, FF and 8F. RGB value is (102,255,143). Sum of RGB (Red+Green+Blue) = 102+255+143=500 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.4% from 500); Green value is 255 (100% from 255 or 51% from 500); Blue value is 143 (56.25% from 255 or 28.6% from 500); Max value from RGB is 255 - color contains mainly: green. Hex color #66FF8F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66FF8F is #990070. Grayscale: #C4C4C4. Windows color (decimal): -10027121 or 9437030. OLE color: 9437030.
HSL color Cylindrical-coordinate representation of color #66FF8F: hue angle of 136.08º 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 #66FF8F is Cyan = 0.6, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 255 | 143 | - |
| CMYK | 0.6 | 0 | 0.44 | 0 |
| HSL | 136.08º | 1% | 0.7% | - |
| HSV(B) | 136.08º | 0.6% | 1% | - |
| XYZ | 46.2 | 76.33 | 38.28 | - |
| YUV | 196.49 | 97.81 | 60.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 255 | 143 | 0.6 | 0 | 0.44 | 0 | 136.08 | 1 | 0.7 |
| Hex | 66 | FF | 8F | 3C | 0 | 2C | 0 | 88 | 64 | 46 |
| Octal | 146 | 377 | 217 | 74 | 0 | 54 | 0 | 210 | 144 | 106 |
| Binary | 1100110 | 11111111 | 10001111 | 111100 | 0 | 101100 | 0 | 10001000 | 1100100 | 1000110 |
Color Harmonies of #66FF8F
Complementary color
Monochromatic Colors of #66FF8F
Black with #66FF8F
Text Example
Text Example
White with #66FF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FF8F; }
p { color: rgb(102,255,143); }
H1.HeaderClassName
{
color: #66FF8F;
}
.AnyTagClassName
{
color: #66FF8F;
}
</style>
background-color css
<style>
a { background-color: #66FF8F; }
a { background-color: rgb(102,255,143); }
div.DivClassName
{
background-color: #66FF8F;
}
.BgClassName
{
background-color: #66FF8F;
}
</style>
border-color css
<style>
span { border-color: #66FF8F; }
span { border-color: rgb(102,255,143); }
td.TdClassName
{
border-color: #66FF8F;
}
.TagClassName
{
border-color: #66FF8F;
}
</style>