Shades of Screamin' Green #66EC40
Tints of Screamin' Green #66EC40
RGB
CMYK
RGB Variations
Color information
#66EC40 (or 0x66EC40) is known color: Screamin' Green. HEX triplet: 66, EC and 40. RGB value is (102,236,64). Sum of RGB (Red+Green+Blue) = 102+236+64=402 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.37% from 402); Green value is 236 (92.58% from 255 or 58.71% from 402); Blue value is 64 (25.39% from 255 or 15.92% from 402); Max value from RGB is 236 - color contains mainly: green. Hex color #66EC40 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #66EC40 is #9913BF. Grayscale: #B0B0B0. Windows color (decimal): -10032064 or 4254822. OLE color: 4254822.
HSL color Cylindrical-coordinate representation of color #66EC40: hue angle of 106.74º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #66EC40 is Cyan = 0.57, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 236 | 64 | - |
| CMYK | 0.57 | 0 | 0.73 | 0.07 |
| HSL | 106.74º | 0.82% | 0.59% | - |
| HSV(B) | 106.74º | 0.73% | 0.93% | - |
| XYZ | 36.4 | 63.19 | 15.13 | - |
| YUV | 176.33 | 64.61 | 74.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 236 | 64 | 0.57 | 0 | 0.73 | 0.07 | 106.74 | 0.82 | 0.59 |
| Hex | 66 | EC | 40 | 39 | 0 | 49 | 7 | 6B | 52 | 3B |
| Octal | 146 | 354 | 100 | 71 | 0 | 111 | 7 | 153 | 122 | 73 |
| Binary | 1100110 | 11101100 | 1000000 | 111001 | 0 | 1001001 | 111 | 1101011 | 1010010 | 111011 |
Color Harmonies of #66EC40
Complementary color
Monochromatic Colors of #66EC40
Black with #66EC40
Text Example
Text Example
White with #66EC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66EC40; }
p { color: rgb(102,236,64); }
H1.HeaderClassName
{
color: #66EC40;
}
.AnyTagClassName
{
color: #66EC40;
}
</style>
background-color css
<style>
a { background-color: #66EC40; }
a { background-color: rgb(102,236,64); }
div.DivClassName
{
background-color: #66EC40;
}
.BgClassName
{
background-color: #66EC40;
}
</style>
border-color css
<style>
span { border-color: #66EC40; }
span { border-color: rgb(102,236,64); }
td.TdClassName
{
border-color: #66EC40;
}
.TagClassName
{
border-color: #66EC40;
}
</style>