Shades of Screamin' Green #66E050
Tints of Screamin' Green #66E050
RGB
CMYK
RGB Variations
Color information
#66E050 (or 0x66E050) is known color: Screamin' Green. HEX triplet: 66, E0 and 50. RGB value is (102,224,80). Sum of RGB (Red+Green+Blue) = 102+224+80=406 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.12% from 406); Green value is 224 (87.89% from 255 or 55.17% from 406); Blue value is 80 (31.64% from 255 or 19.70% from 406); Max value from RGB is 224 - color contains mainly: green. Hex color #66E050 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66E050 is #991FAF. Grayscale: #ABABAB. Windows color (decimal): -10035120 or 5300326. OLE color: 5300326.
HSL color Cylindrical-coordinate representation of color #66E050: hue angle of 110.83º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #66E050 is Cyan = 0.54, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 102 | 224 | 80 | - |
| CMYK | 0.54 | 0 | 0.64 | 0.12 |
| HSL | 110.83º | 0.7% | 0.6% | - |
| HSV(B) | 110.83º | 0.64% | 0.88% | - |
| XYZ | 33.58 | 56.72 | 16.77 | - |
| YUV | 171.11 | 76.58 | 78.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 224 | 80 | 0.54 | 0 | 0.64 | 0.12 | 110.83 | 0.7 | 0.6 |
| Hex | 66 | E0 | 50 | 36 | 0 | 40 | C | 6F | 46 | 3C |
| Octal | 146 | 340 | 120 | 66 | 0 | 100 | 14 | 157 | 106 | 74 |
| Binary | 1100110 | 11100000 | 1010000 | 110110 | 0 | 1000000 | 1100 | 1101111 | 1000110 | 111100 |
Color Harmonies of #66E050
Complementary color
Monochromatic Colors of #66E050
Black with #66E050
Text Example
Text Example
White with #66E050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E050; }
p { color: rgb(102,224,80); }
H1.HeaderClassName
{
color: #66E050;
}
.AnyTagClassName
{
color: #66E050;
}
</style>
background-color css
<style>
a { background-color: #66E050; }
a { background-color: rgb(102,224,80); }
div.DivClassName
{
background-color: #66E050;
}
.BgClassName
{
background-color: #66E050;
}
</style>
border-color css
<style>
span { border-color: #66E050; }
span { border-color: rgb(102,224,80); }
td.TdClassName
{
border-color: #66E050;
}
.TagClassName
{
border-color: #66E050;
}
</style>