Shades of Screamin' Green #66F076
Tints of Screamin' Green #66F076
RGB
CMYK
RGB Variations
Color information
#66F076 (or 0x66F076) is known color: Screamin' Green. HEX triplet: 66, F0 and 76. RGB value is (102,240,118). Sum of RGB (Red+Green+Blue) = 102+240+118=460 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.17% from 460); Green value is 240 (94.14% from 255 or 52.17% from 460); Blue value is 118 (46.48% from 255 or 25.65% from 460); Max value from RGB is 240 - color contains mainly: green. Hex color #66F076 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #66F076 is #990F89. Grayscale: #B9B9B9. Windows color (decimal): -10030986 or 7794790. OLE color: 7794790.
HSL color Cylindrical-coordinate representation of color #66F076: hue angle of 126.96º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66F076 is Cyan = 0.58, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 240 | 118 | - |
| CMYK | 0.58 | 0 | 0.51 | 0.06 |
| HSL | 126.96º | 0.82% | 0.67% | - |
| HSV(B) | 126.96º | 0.58% | 0.94% | - |
| XYZ | 39.91 | 66.45 | 27.86 | - |
| YUV | 184.83 | 90.28 | 68.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 240 | 118 | 0.58 | 0 | 0.51 | 0.06 | 126.96 | 0.82 | 0.67 |
| Hex | 66 | F0 | 76 | 3A | 0 | 33 | 6 | 7F | 52 | 43 |
| Octal | 146 | 360 | 166 | 72 | 0 | 63 | 6 | 177 | 122 | 103 |
| Binary | 1100110 | 11110000 | 1110110 | 111010 | 0 | 110011 | 110 | 1111111 | 1010010 | 1000011 |
Color Harmonies of #66F076
Complementary color
Monochromatic Colors of #66F076
Black with #66F076
Text Example
Text Example
White with #66F076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F076; }
p { color: rgb(102,240,118); }
H1.HeaderClassName
{
color: #66F076;
}
.AnyTagClassName
{
color: #66F076;
}
</style>
background-color css
<style>
a { background-color: #66F076; }
a { background-color: rgb(102,240,118); }
div.DivClassName
{
background-color: #66F076;
}
.BgClassName
{
background-color: #66F076;
}
</style>
border-color css
<style>
span { border-color: #66F076; }
span { border-color: rgb(102,240,118); }
td.TdClassName
{
border-color: #66F076;
}
.TagClassName
{
border-color: #66F076;
}
</style>