Shades of Screamin' Green #66DE50
Tints of Screamin' Green #66DE50
RGB
CMYK
RGB Variations
Color information
#66DE50 (or 0x66DE50) is known color: Screamin' Green. HEX triplet: 66, DE and 50. RGB value is (102,222,80). Sum of RGB (Red+Green+Blue) = 102+222+80=404 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.25% from 404); Green value is 222 (87.11% from 255 or 54.95% from 404); Blue value is 80 (31.64% from 255 or 19.80% from 404); Max value from RGB is 222 - color contains mainly: green. Hex color #66DE50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66DE50 is #9921AF. Grayscale: #AAAAAA. Windows color (decimal): -10035632 or 5299814. OLE color: 5299814.
HSL color Cylindrical-coordinate representation of color #66DE50: hue angle of 110.7º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #66DE50 is Cyan = 0.54, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 222 | 80 | - |
| CMYK | 0.54 | 0 | 0.64 | 0.13 |
| HSL | 110.7º | 0.68% | 0.59% | - |
| HSV(B) | 110.7º | 0.64% | 0.87% | - |
| XYZ | 33.05 | 55.65 | 16.59 | - |
| YUV | 169.93 | 77.24 | 79.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 222 | 80 | 0.54 | 0 | 0.64 | 0.13 | 110.7 | 0.68 | 0.59 |
| Hex | 66 | DE | 50 | 36 | 0 | 40 | D | 6F | 44 | 3B |
| Octal | 146 | 336 | 120 | 66 | 0 | 100 | 15 | 157 | 104 | 73 |
| Binary | 1100110 | 11011110 | 1010000 | 110110 | 0 | 1000000 | 1101 | 1101111 | 1000100 | 111011 |
Color Harmonies of #66DE50
Complementary color
Monochromatic Colors of #66DE50
Black with #66DE50
Text Example
Text Example
White with #66DE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DE50; }
p { color: rgb(102,222,80); }
H1.HeaderClassName
{
color: #66DE50;
}
.AnyTagClassName
{
color: #66DE50;
}
</style>
background-color css
<style>
a { background-color: #66DE50; }
a { background-color: rgb(102,222,80); }
div.DivClassName
{
background-color: #66DE50;
}
.BgClassName
{
background-color: #66DE50;
}
</style>
border-color css
<style>
span { border-color: #66DE50; }
span { border-color: rgb(102,222,80); }
td.TdClassName
{
border-color: #66DE50;
}
.TagClassName
{
border-color: #66DE50;
}
</style>