Shades of Screamin' Green #66DF50
Tints of Screamin' Green #66DF50
RGB
CMYK
RGB Variations
Color information
#66DF50 (or 0x66DF50) is known color: Screamin' Green. HEX triplet: 66, DF and 50. RGB value is (102,223,80). Sum of RGB (Red+Green+Blue) = 102+223+80=405 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.19% from 405); Green value is 223 (87.5% from 255 or 55.06% from 405); Blue value is 80 (31.64% from 255 or 19.75% from 405); Max value from RGB is 223 - color contains mainly: green. Hex color #66DF50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66DF50 is #9920AF. Grayscale: #AAAAAA. Windows color (decimal): -10035376 or 5300070. OLE color: 5300070.
HSL color Cylindrical-coordinate representation of color #66DF50: hue angle of 110.77º degrees, saturation: 0.69, 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 #66DF50 is Cyan = 0.54, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 223 | 80 | - |
| CMYK | 0.54 | 0 | 0.64 | 0.13 |
| HSL | 110.77º | 0.69% | 0.59% | - |
| HSV(B) | 110.77º | 0.64% | 0.87% | - |
| XYZ | 33.32 | 56.18 | 16.68 | - |
| YUV | 170.52 | 76.91 | 79.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 223 | 80 | 0.54 | 0 | 0.64 | 0.13 | 110.77 | 0.69 | 0.59 |
| Hex | 66 | DF | 50 | 36 | 0 | 40 | D | 6F | 45 | 3B |
| Octal | 146 | 337 | 120 | 66 | 0 | 100 | 15 | 157 | 105 | 73 |
| Binary | 1100110 | 11011111 | 1010000 | 110110 | 0 | 1000000 | 1101 | 1101111 | 1000101 | 111011 |
Color Harmonies of #66DF50
Complementary color
Monochromatic Colors of #66DF50
Black with #66DF50
Text Example
Text Example
White with #66DF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DF50; }
p { color: rgb(102,223,80); }
H1.HeaderClassName
{
color: #66DF50;
}
.AnyTagClassName
{
color: #66DF50;
}
</style>
background-color css
<style>
a { background-color: #66DF50; }
a { background-color: rgb(102,223,80); }
div.DivClassName
{
background-color: #66DF50;
}
.BgClassName
{
background-color: #66DF50;
}
</style>
border-color css
<style>
span { border-color: #66DF50; }
span { border-color: rgb(102,223,80); }
td.TdClassName
{
border-color: #66DF50;
}
.TagClassName
{
border-color: #66DF50;
}
</style>