Shades of Screamin' Green #66DF4C
Tints of Screamin' Green #66DF4C
RGB
CMYK
RGB Variations
Color information
#66DF4C (or 0x66DF4C) is known color: Screamin' Green. HEX triplet: 66, DF and 4C. RGB value is (102,223,76). Sum of RGB (Red+Green+Blue) = 102+223+76=401 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.44% from 401); Green value is 223 (87.5% from 255 or 55.61% from 401); Blue value is 76 (30.08% from 255 or 18.95% from 401); Max value from RGB is 223 - color contains mainly: green. Hex color #66DF4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66DF4C is #9920B3. Grayscale: #AAAAAA. Windows color (decimal): -10035380 or 5037926. OLE color: 5037926.
HSL color Cylindrical-coordinate representation of color #66DF4C: hue angle of 109.39º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #66DF4C is Cyan = 0.54, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 223 | 76 | - |
| CMYK | 0.54 | 0 | 0.66 | 0.13 |
| HSL | 109.39º | 0.7% | 0.59% | - |
| HSV(B) | 109.39º | 0.66% | 0.87% | - |
| XYZ | 33.17 | 56.12 | 15.92 | - |
| YUV | 170.06 | 74.91 | 79.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 223 | 76 | 0.54 | 0 | 0.66 | 0.13 | 109.39 | 0.7 | 0.59 |
| Hex | 66 | DF | 4C | 36 | 0 | 42 | D | 6D | 46 | 3B |
| Octal | 146 | 337 | 114 | 66 | 0 | 102 | 15 | 155 | 106 | 73 |
| Binary | 1100110 | 11011111 | 1001100 | 110110 | 0 | 1000010 | 1101 | 1101101 | 1000110 | 111011 |
Color Harmonies of #66DF4C
Complementary color
Monochromatic Colors of #66DF4C
Black with #66DF4C
Text Example
Text Example
White with #66DF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DF4C; }
p { color: rgb(102,223,76); }
H1.HeaderClassName
{
color: #66DF4C;
}
.AnyTagClassName
{
color: #66DF4C;
}
</style>
background-color css
<style>
a { background-color: #66DF4C; }
a { background-color: rgb(102,223,76); }
div.DivClassName
{
background-color: #66DF4C;
}
.BgClassName
{
background-color: #66DF4C;
}
</style>
border-color css
<style>
span { border-color: #66DF4C; }
span { border-color: rgb(102,223,76); }
td.TdClassName
{
border-color: #66DF4C;
}
.TagClassName
{
border-color: #66DF4C;
}
</style>