Shades of Screamin' Green #66F049
Tints of Screamin' Green #66F049
RGB
CMYK
RGB Variations
Color information
#66F049 (or 0x66F049) is known color: Screamin' Green. HEX triplet: 66, F0 and 49. RGB value is (102,240,73). Sum of RGB (Red+Green+Blue) = 102+240+73=415 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.58% from 415); Green value is 240 (94.14% from 255 or 57.83% from 415); Blue value is 73 (28.91% from 255 or 17.59% from 415); Max value from RGB is 240 - color contains mainly: green. Hex color #66F049 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #66F049 is #990FB6. Grayscale: #B4B4B4. Windows color (decimal): -10031031 or 4845670. OLE color: 4845670.
HSL color Cylindrical-coordinate representation of color #66F049: hue angle of 109.58º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #66F049 is Cyan = 0.58, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 240 | 73 | - |
| CMYK | 0.58 | 0 | 0.70 | 0.06 |
| HSL | 109.58º | 0.85% | 0.61% | - |
| HSV(B) | 109.58º | 0.7% | 0.94% | - |
| XYZ | 37.84 | 65.63 | 16.98 | - |
| YUV | 179.7 | 67.78 | 72.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 240 | 73 | 0.58 | 0 | 0.70 | 0.06 | 109.58 | 0.85 | 0.61 |
| Hex | 66 | F0 | 49 | 3A | 0 | 46 | 6 | 6E | 55 | 3D |
| Octal | 146 | 360 | 111 | 72 | 0 | 106 | 6 | 156 | 125 | 75 |
| Binary | 1100110 | 11110000 | 1001001 | 111010 | 0 | 1000110 | 110 | 1101110 | 1010101 | 111101 |
Color Harmonies of #66F049
Complementary color
Monochromatic Colors of #66F049
Black with #66F049
Text Example
Text Example
White with #66F049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F049; }
p { color: rgb(102,240,73); }
H1.HeaderClassName
{
color: #66F049;
}
.AnyTagClassName
{
color: #66F049;
}
</style>
background-color css
<style>
a { background-color: #66F049; }
a { background-color: rgb(102,240,73); }
div.DivClassName
{
background-color: #66F049;
}
.BgClassName
{
background-color: #66F049;
}
</style>
border-color css
<style>
span { border-color: #66F049; }
span { border-color: rgb(102,240,73); }
td.TdClassName
{
border-color: #66F049;
}
.TagClassName
{
border-color: #66F049;
}
</style>