Shades of Screamin' Green #66FF66
Tints of Screamin' Green #66FF66
RGB
CMYK
RGB Variations
Color information
#66FF66 (or 0x66FF66) is known color: Screamin' Green. HEX triplet: 66, FF and 66. RGB value is (102,255,102). Sum of RGB (Red+Green+Blue) = 102+255+102=459 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.22% from 459); Green value is 255 (100% from 255 or 55.56% from 459); Blue value is 102 (40.23% from 255 or 22.22% from 459); Max value from RGB is 255 - color contains mainly: green. Hex color #66FF66 is a web safe color. Inversed color of #66FF66 is #990099. Grayscale: #C0C0C0. Windows color (decimal): -10027162 or 6750054. OLE color: 6750054.
HSL color Cylindrical-coordinate representation of color #66FF66: hue angle of 120º 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 #66FF66 is Cyan = 0.6, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 255 | 102 | - |
| CMYK | 0.6 | 0 | 0.6 | 0 |
| HSL | 120º | 1% | 0.7% | - |
| HSV(B) | 120º | 0.6% | 1% | - |
| XYZ | 43.64 | 75.3 | 24.81 | - |
| YUV | 191.81 | 77.31 | 63.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 255 | 102 | 0.6 | 0 | 0.6 | 0 | 120 | 1 | 0.7 |
| Hex | 66 | FF | 66 | 3C | 0 | 3C | 0 | 78 | 64 | 46 |
| Octal | 146 | 377 | 146 | 74 | 0 | 74 | 0 | 170 | 144 | 106 |
| Binary | 1100110 | 11111111 | 1100110 | 111100 | 0 | 111100 | 0 | 1111000 | 1100100 | 1000110 |
Color Harmonies of #66FF66
Complementary color
Monochromatic Colors of #66FF66
Black with #66FF66
Text Example
Text Example
White with #66FF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FF66; }
p { color: rgb(102,255,102); }
H1.HeaderClassName
{
color: #66FF66;
}
.AnyTagClassName
{
color: #66FF66;
}
</style>
background-color css
<style>
a { background-color: #66FF66; }
a { background-color: rgb(102,255,102); }
div.DivClassName
{
background-color: #66FF66;
}
.BgClassName
{
background-color: #66FF66;
}
</style>
border-color css
<style>
span { border-color: #66FF66; }
span { border-color: rgb(102,255,102); }
td.TdClassName
{
border-color: #66FF66;
}
.TagClassName
{
border-color: #66FF66;
}
</style>