Shades of Screamin' Green #66FF49
Tints of Screamin' Green #66FF49
RGB
CMYK
RGB Variations
Color information
#66FF49 (or 0x66FF49) is known color: Screamin' Green. HEX triplet: 66, FF and 49. RGB value is (102,255,73). Sum of RGB (Red+Green+Blue) = 102+255+73=430 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.72% from 430); Green value is 255 (100% from 255 or 59.30% from 430); Blue value is 73 (28.91% from 255 or 16.98% from 430); Max value from RGB is 255 - color contains mainly: green. Hex color #66FF49 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #66FF49 is #9900B6. Grayscale: #BDBDBD. Windows color (decimal): -10027191 or 4849510. OLE color: 4849510.
HSL color Cylindrical-coordinate representation of color #66FF49: hue angle of 110.44º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #66FF49 is Cyan = 0.6, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 255 | 73 | - |
| CMYK | 0.6 | 0 | 0.71 | 0 |
| HSL | 110.44º | 1% | 0.64% | - |
| HSV(B) | 110.44º | 0.71% | 1% | - |
| XYZ | 42.44 | 74.83 | 18.51 | - |
| YUV | 188.51 | 62.81 | 66.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 255 | 73 | 0.6 | 0 | 0.71 | 0 | 110.44 | 1 | 0.64 |
| Hex | 66 | FF | 49 | 3C | 0 | 47 | 0 | 6E | 64 | 40 |
| Octal | 146 | 377 | 111 | 74 | 0 | 107 | 0 | 156 | 144 | 100 |
| Binary | 1100110 | 11111111 | 1001001 | 111100 | 0 | 1000111 | 0 | 1101110 | 1100100 | 1000000 |
Color Harmonies of #66FF49
Complementary color
Monochromatic Colors of #66FF49
Black with #66FF49
Text Example
Text Example
White with #66FF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FF49; }
p { color: rgb(102,255,73); }
H1.HeaderClassName
{
color: #66FF49;
}
.AnyTagClassName
{
color: #66FF49;
}
</style>
background-color css
<style>
a { background-color: #66FF49; }
a { background-color: rgb(102,255,73); }
div.DivClassName
{
background-color: #66FF49;
}
.BgClassName
{
background-color: #66FF49;
}
</style>
border-color css
<style>
span { border-color: #66FF49; }
span { border-color: rgb(102,255,73); }
td.TdClassName
{
border-color: #66FF49;
}
.TagClassName
{
border-color: #66FF49;
}
</style>