Shades of Screamin' Green #66DF4F
Tints of Screamin' Green #66DF4F
RGB
CMYK
RGB Variations
Color information
#66DF4F (or 0x66DF4F) is known color: Screamin' Green. HEX triplet: 66, DF and 4F. RGB value is (102,223,79). Sum of RGB (Red+Green+Blue) = 102+223+79=404 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.25% from 404); Green value is 223 (87.5% from 255 or 55.20% from 404); Blue value is 79 (31.25% from 255 or 19.55% from 404); Max value from RGB is 223 - color contains mainly: green. Hex color #66DF4F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66DF4F is #9920B0. Grayscale: #AAAAAA. Windows color (decimal): -10035377 or 5234534. OLE color: 5234534.
HSL color Cylindrical-coordinate representation of color #66DF4F: hue angle of 110.42º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #66DF4F is Cyan = 0.54, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 223 | 79 | - |
| CMYK | 0.54 | 0 | 0.65 | 0.13 |
| HSL | 110.42º | 0.69% | 0.59% | - |
| HSV(B) | 110.42º | 0.65% | 0.87% | - |
| XYZ | 33.28 | 56.16 | 16.48 | - |
| YUV | 170.41 | 76.41 | 79.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 223 | 79 | 0.54 | 0 | 0.65 | 0.13 | 110.42 | 0.69 | 0.59 |
| Hex | 66 | DF | 4F | 36 | 0 | 41 | D | 6E | 45 | 3B |
| Octal | 146 | 337 | 117 | 66 | 0 | 101 | 15 | 156 | 105 | 73 |
| Binary | 1100110 | 11011111 | 1001111 | 110110 | 0 | 1000001 | 1101 | 1101110 | 1000101 | 111011 |
Color Harmonies of #66DF4F
Complementary color
Monochromatic Colors of #66DF4F
Black with #66DF4F
Text Example
Text Example
White with #66DF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DF4F; }
p { color: rgb(102,223,79); }
H1.HeaderClassName
{
color: #66DF4F;
}
.AnyTagClassName
{
color: #66DF4F;
}
</style>
background-color css
<style>
a { background-color: #66DF4F; }
a { background-color: rgb(102,223,79); }
div.DivClassName
{
background-color: #66DF4F;
}
.BgClassName
{
background-color: #66DF4F;
}
</style>
border-color css
<style>
span { border-color: #66DF4F; }
span { border-color: rgb(102,223,79); }
td.TdClassName
{
border-color: #66DF4F;
}
.TagClassName
{
border-color: #66DF4F;
}
</style>