Shades of Screamin' Green #66F074
Tints of Screamin' Green #66F074
RGB
CMYK
RGB Variations
Color information
#66F074 (or 0x66F074) is known color: Screamin' Green. HEX triplet: 66, F0 and 74. RGB value is (102,240,116). Sum of RGB (Red+Green+Blue) = 102+240+116=458 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.27% from 458); Green value is 240 (94.14% from 255 or 52.40% from 458); Blue value is 116 (45.70% from 255 or 25.33% from 458); Max value from RGB is 240 - color contains mainly: green. Hex color #66F074 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #66F074 is #990F8B. Grayscale: #B8B8B8. Windows color (decimal): -10030988 or 7663718. OLE color: 7663718.
HSL color Cylindrical-coordinate representation of color #66F074: hue angle of 126.09º 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 #66F074 is Cyan = 0.58, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 240 | 116 | - |
| CMYK | 0.58 | 0 | 0.52 | 0.06 |
| HSL | 126.09º | 0.82% | 0.67% | - |
| HSV(B) | 126.09º | 0.58% | 0.94% | - |
| XYZ | 39.79 | 66.41 | 27.24 | - |
| YUV | 184.6 | 89.28 | 69.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 240 | 116 | 0.58 | 0 | 0.52 | 0.06 | 126.09 | 0.82 | 0.67 |
| Hex | 66 | F0 | 74 | 3A | 0 | 34 | 6 | 7E | 52 | 43 |
| Octal | 146 | 360 | 164 | 72 | 0 | 64 | 6 | 176 | 122 | 103 |
| Binary | 1100110 | 11110000 | 1110100 | 111010 | 0 | 110100 | 110 | 1111110 | 1010010 | 1000011 |
Color Harmonies of #66F074
Complementary color
Monochromatic Colors of #66F074
Black with #66F074
Text Example
Text Example
White with #66F074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F074; }
p { color: rgb(102,240,116); }
H1.HeaderClassName
{
color: #66F074;
}
.AnyTagClassName
{
color: #66F074;
}
</style>
background-color css
<style>
a { background-color: #66F074; }
a { background-color: rgb(102,240,116); }
div.DivClassName
{
background-color: #66F074;
}
.BgClassName
{
background-color: #66F074;
}
</style>
border-color css
<style>
span { border-color: #66F074; }
span { border-color: rgb(102,240,116); }
td.TdClassName
{
border-color: #66F074;
}
.TagClassName
{
border-color: #66F074;
}
</style>