Shades of Screamin' Green #66F072
Tints of Screamin' Green #66F072
RGB
CMYK
RGB Variations
Color information
#66F072 (or 0x66F072) is known color: Screamin' Green. HEX triplet: 66, F0 and 72. RGB value is (102,240,114). Sum of RGB (Red+Green+Blue) = 102+240+114=456 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.37% from 456); Green value is 240 (94.14% from 255 or 52.63% from 456); Blue value is 114 (44.92% from 255 or 25% from 456); Max value from RGB is 240 - color contains mainly: green. Hex color #66F072 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #66F072 is #990F8D. Grayscale: #B8B8B8. Windows color (decimal): -10030990 or 7532646. OLE color: 7532646.
HSL color Cylindrical-coordinate representation of color #66F072: hue angle of 125.22º 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 #66F072 is Cyan = 0.58, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 240 | 114 | - |
| CMYK | 0.58 | 0 | 0.52 | 0.06 |
| HSL | 125.22º | 0.82% | 0.67% | - |
| HSV(B) | 125.22º | 0.58% | 0.94% | - |
| XYZ | 39.68 | 66.36 | 26.64 | - |
| YUV | 184.37 | 88.28 | 69.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 240 | 114 | 0.58 | 0 | 0.52 | 0.06 | 125.22 | 0.82 | 0.67 |
| Hex | 66 | F0 | 72 | 3A | 0 | 34 | 6 | 7D | 52 | 43 |
| Octal | 146 | 360 | 162 | 72 | 0 | 64 | 6 | 175 | 122 | 103 |
| Binary | 1100110 | 11110000 | 1110010 | 111010 | 0 | 110100 | 110 | 1111101 | 1010010 | 1000011 |
Color Harmonies of #66F072
Complementary color
Monochromatic Colors of #66F072
Black with #66F072
Text Example
Text Example
White with #66F072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F072; }
p { color: rgb(102,240,114); }
H1.HeaderClassName
{
color: #66F072;
}
.AnyTagClassName
{
color: #66F072;
}
</style>
background-color css
<style>
a { background-color: #66F072; }
a { background-color: rgb(102,240,114); }
div.DivClassName
{
background-color: #66F072;
}
.BgClassName
{
background-color: #66F072;
}
</style>
border-color css
<style>
span { border-color: #66F072; }
span { border-color: rgb(102,240,114); }
td.TdClassName
{
border-color: #66F072;
}
.TagClassName
{
border-color: #66F072;
}
</style>