Shades of Screamin' Green #66FF8C
Tints of Screamin' Green #66FF8C
RGB
CMYK
RGB Variations
Color information
#66FF8C (or 0x66FF8C) is known color: Screamin' Green. HEX triplet: 66, FF and 8C. RGB value is (102,255,140). Sum of RGB (Red+Green+Blue) = 102+255+140=497 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.52% from 497); Green value is 255 (100% from 255 or 51.31% from 497); Blue value is 140 (55.08% from 255 or 28.17% from 497); Max value from RGB is 255 - color contains mainly: green. Hex color #66FF8C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66FF8C is #990073. Grayscale: #C4C4C4. Windows color (decimal): -10027124 or 9240422. OLE color: 9240422.
HSL color Cylindrical-coordinate representation of color #66FF8C: hue angle of 134.9º 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 #66FF8C is Cyan = 0.6, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 255 | 140 | - |
| CMYK | 0.6 | 0 | 0.45 | 0 |
| HSL | 134.9º | 1% | 0.7% | - |
| HSV(B) | 134.9º | 0.6% | 1% | - |
| XYZ | 45.97 | 76.24 | 37.1 | - |
| YUV | 196.14 | 96.31 | 60.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 255 | 140 | 0.6 | 0 | 0.45 | 0 | 134.9 | 1 | 0.7 |
| Hex | 66 | FF | 8C | 3C | 0 | 2D | 0 | 87 | 64 | 46 |
| Octal | 146 | 377 | 214 | 74 | 0 | 55 | 0 | 207 | 144 | 106 |
| Binary | 1100110 | 11111111 | 10001100 | 111100 | 0 | 101101 | 0 | 10000111 | 1100100 | 1000110 |
Color Harmonies of #66FF8C
Complementary color
Monochromatic Colors of #66FF8C
Black with #66FF8C
Text Example
Text Example
White with #66FF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FF8C; }
p { color: rgb(102,255,140); }
H1.HeaderClassName
{
color: #66FF8C;
}
.AnyTagClassName
{
color: #66FF8C;
}
</style>
background-color css
<style>
a { background-color: #66FF8C; }
a { background-color: rgb(102,255,140); }
div.DivClassName
{
background-color: #66FF8C;
}
.BgClassName
{
background-color: #66FF8C;
}
</style>
border-color css
<style>
span { border-color: #66FF8C; }
span { border-color: rgb(102,255,140); }
td.TdClassName
{
border-color: #66FF8C;
}
.TagClassName
{
border-color: #66FF8C;
}
</style>