Shades of Screamin' Green #66F276
Tints of Screamin' Green #66F276
RGB
CMYK
RGB Variations
Color information
#66F276 (or 0x66F276) is known color: Screamin' Green. HEX triplet: 66, F2 and 76. RGB value is (102,242,118). Sum of RGB (Red+Green+Blue) = 102+242+118=462 (61% of max value = 765). Red value is 102 (40.23% from 255 or 22.08% from 462); Green value is 242 (94.92% from 255 or 52.38% from 462); Blue value is 118 (46.48% from 255 or 25.54% from 462); Max value from RGB is 242 - color contains mainly: green. Hex color #66F276 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #66F276 is #990D89. Grayscale: #BABABA. Windows color (decimal): -10030474 or 7795302. OLE color: 7795302.
HSL color Cylindrical-coordinate representation of color #66F276: hue angle of 126.86º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66F276 is Cyan = 0.58, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 242 | 118 | - |
| CMYK | 0.58 | 0 | 0.51 | 0.05 |
| HSL | 126.86º | 0.84% | 0.67% | - |
| HSV(B) | 126.86º | 0.58% | 0.95% | - |
| XYZ | 40.5 | 67.64 | 28.06 | - |
| YUV | 186 | 89.62 | 68.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 242 | 118 | 0.58 | 0 | 0.51 | 0.05 | 126.86 | 0.84 | 0.67 |
| Hex | 66 | F2 | 76 | 3A | 0 | 33 | 5 | 7F | 54 | 43 |
| Octal | 146 | 362 | 166 | 72 | 0 | 63 | 5 | 177 | 124 | 103 |
| Binary | 1100110 | 11110010 | 1110110 | 111010 | 0 | 110011 | 101 | 1111111 | 1010100 | 1000011 |
Color Harmonies of #66F276
Complementary color
Monochromatic Colors of #66F276
Black with #66F276
Text Example
Text Example
White with #66F276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F276; }
p { color: rgb(102,242,118); }
H1.HeaderClassName
{
color: #66F276;
}
.AnyTagClassName
{
color: #66F276;
}
</style>
background-color css
<style>
a { background-color: #66F276; }
a { background-color: rgb(102,242,118); }
div.DivClassName
{
background-color: #66F276;
}
.BgClassName
{
background-color: #66F276;
}
</style>
border-color css
<style>
span { border-color: #66F276; }
span { border-color: rgb(102,242,118); }
td.TdClassName
{
border-color: #66F276;
}
.TagClassName
{
border-color: #66F276;
}
</style>