Shades of Screamin' Green #66EC61
Tints of Screamin' Green #66EC61
RGB
CMYK
RGB Variations
Color information
#66EC61 (or 0x66EC61) is known color: Screamin' Green. HEX triplet: 66, EC and 61. RGB value is (102,236,97). Sum of RGB (Red+Green+Blue) = 102+236+97=435 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.45% from 435); Green value is 236 (92.58% from 255 or 54.25% from 435); Blue value is 97 (38.28% from 255 or 22.30% from 435); Max value from RGB is 236 - color contains mainly: green. Hex color #66EC61 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #66EC61 is #99139E. Grayscale: #B4B4B4. Windows color (decimal): -10032031 or 6417510. OLE color: 6417510.
HSL color Cylindrical-coordinate representation of color #66EC61: hue angle of 117.84º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66EC61 is Cyan = 0.57, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 236 | 97 | - |
| CMYK | 0.57 | 0 | 0.59 | 0.07 |
| HSL | 117.84º | 0.79% | 0.65% | - |
| HSV(B) | 117.84º | 0.59% | 0.93% | - |
| XYZ | 37.63 | 63.68 | 21.62 | - |
| YUV | 180.09 | 81.11 | 72.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 236 | 97 | 0.57 | 0 | 0.59 | 0.07 | 117.84 | 0.79 | 0.65 |
| Hex | 66 | EC | 61 | 39 | 0 | 3B | 7 | 76 | 4F | 41 |
| Octal | 146 | 354 | 141 | 71 | 0 | 73 | 7 | 166 | 117 | 101 |
| Binary | 1100110 | 11101100 | 1100001 | 111001 | 0 | 111011 | 111 | 1110110 | 1001111 | 1000001 |
Color Harmonies of #66EC61
Complementary color
Monochromatic Colors of #66EC61
Black with #66EC61
Text Example
Text Example
White with #66EC61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66EC61; }
p { color: rgb(102,236,97); }
H1.HeaderClassName
{
color: #66EC61;
}
.AnyTagClassName
{
color: #66EC61;
}
</style>
background-color css
<style>
a { background-color: #66EC61; }
a { background-color: rgb(102,236,97); }
div.DivClassName
{
background-color: #66EC61;
}
.BgClassName
{
background-color: #66EC61;
}
</style>
border-color css
<style>
span { border-color: #66EC61; }
span { border-color: rgb(102,236,97); }
td.TdClassName
{
border-color: #66EC61;
}
.TagClassName
{
border-color: #66EC61;
}
</style>