Shades of Screamin' Green #66F442
Tints of Screamin' Green #66F442
RGB
CMYK
RGB Variations
Color information
#66F442 (or 0x66F442) is known color: Screamin' Green. HEX triplet: 66, F4 and 42. RGB value is (102,244,66). Sum of RGB (Red+Green+Blue) = 102+244+66=412 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.76% from 412); Green value is 244 (95.70% from 255 or 59.22% from 412); Blue value is 66 (26.17% from 255 or 16.02% from 412); Max value from RGB is 244 - color contains mainly: green. Hex color #66F442 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #66F442 is #990BBD. Grayscale: #B5B5B5. Windows color (decimal): -10030014 or 4387942. OLE color: 4387942.
HSL color Cylindrical-coordinate representation of color #66F442: hue angle of 107.87º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #66F442 is Cyan = 0.58, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 102 | 244 | 66 | - |
| CMYK | 0.58 | 0 | 0.73 | 0.04 |
| HSL | 107.87º | 0.89% | 0.61% | - |
| HSV(B) | 107.87º | 0.73% | 0.96% | - |
| XYZ | 38.81 | 67.92 | 16.22 | - |
| YUV | 181.25 | 62.96 | 71.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 244 | 66 | 0.58 | 0 | 0.73 | 0.04 | 107.87 | 0.89 | 0.61 |
| Hex | 66 | F4 | 42 | 3A | 0 | 49 | 4 | 6C | 59 | 3D |
| Octal | 146 | 364 | 102 | 72 | 0 | 111 | 4 | 154 | 131 | 75 |
| Binary | 1100110 | 11110100 | 1000010 | 111010 | 0 | 1001001 | 100 | 1101100 | 1011001 | 111101 |
Color Harmonies of #66F442
Complementary color
Monochromatic Colors of #66F442
Black with #66F442
Text Example
Text Example
White with #66F442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F442; }
p { color: rgb(102,244,66); }
H1.HeaderClassName
{
color: #66F442;
}
.AnyTagClassName
{
color: #66F442;
}
</style>
background-color css
<style>
a { background-color: #66F442; }
a { background-color: rgb(102,244,66); }
div.DivClassName
{
background-color: #66F442;
}
.BgClassName
{
background-color: #66F442;
}
</style>
border-color css
<style>
span { border-color: #66F442; }
span { border-color: rgb(102,244,66); }
td.TdClassName
{
border-color: #66F442;
}
.TagClassName
{
border-color: #66F442;
}
</style>