Shades of Screamin' Green #66F844
Tints of Screamin' Green #66F844
RGB
CMYK
RGB Variations
Color information
#66F844 (or 0x66F844) is known color: Screamin' Green. HEX triplet: 66, F8 and 44. RGB value is (102,248,68). Sum of RGB (Red+Green+Blue) = 102+248+68=418 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.40% from 418); Green value is 248 (97.27% from 255 or 59.33% from 418); Blue value is 68 (26.95% from 255 or 16.27% from 418); Max value from RGB is 248 - color contains mainly: green. Hex color #66F844 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #66F844 is #9907BB. Grayscale: #B8B8B8. Windows color (decimal): -10028988 or 4520038. OLE color: 4520038.
HSL color Cylindrical-coordinate representation of color #66F844: hue angle of 108.67º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #66F844 is Cyan = 0.59, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 102 | 248 | 68 | - |
| CMYK | 0.59 | 0 | 0.73 | 0.03 |
| HSL | 108.67º | 0.93% | 0.62% | - |
| HSV(B) | 108.67º | 0.73% | 0.97% | - |
| XYZ | 40.09 | 70.38 | 16.94 | - |
| YUV | 183.83 | 62.63 | 69.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 248 | 68 | 0.59 | 0 | 0.73 | 0.03 | 108.67 | 0.93 | 0.62 |
| Hex | 66 | F8 | 44 | 3B | 0 | 49 | 3 | 6D | 5D | 3E |
| Octal | 146 | 370 | 104 | 73 | 0 | 111 | 3 | 155 | 135 | 76 |
| Binary | 1100110 | 11111000 | 1000100 | 111011 | 0 | 1001001 | 11 | 1101101 | 1011101 | 111110 |
Color Harmonies of #66F844
Complementary color
Monochromatic Colors of #66F844
Black with #66F844
Text Example
Text Example
White with #66F844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F844; }
p { color: rgb(102,248,68); }
H1.HeaderClassName
{
color: #66F844;
}
.AnyTagClassName
{
color: #66F844;
}
</style>
background-color css
<style>
a { background-color: #66F844; }
a { background-color: rgb(102,248,68); }
div.DivClassName
{
background-color: #66F844;
}
.BgClassName
{
background-color: #66F844;
}
</style>
border-color css
<style>
span { border-color: #66F844; }
span { border-color: rgb(102,248,68); }
td.TdClassName
{
border-color: #66F844;
}
.TagClassName
{
border-color: #66F844;
}
</style>