Shades of Screamin' Green #66F062
Tints of Screamin' Green #66F062
RGB
CMYK
RGB Variations
Color information
#66F062 (or 0x66F062) is known color: Screamin' Green. HEX triplet: 66, F0 and 62. RGB value is (102,240,98). Sum of RGB (Red+Green+Blue) = 102+240+98=440 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.18% from 440); Green value is 240 (94.14% from 255 or 54.55% from 440); Blue value is 98 (38.67% from 255 or 22.27% from 440); Max value from RGB is 240 - color contains mainly: green. Hex color #66F062 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #66F062 is #990F9D. Grayscale: #B6B6B6. Windows color (decimal): -10031006 or 6484070. OLE color: 6484070.
HSL color Cylindrical-coordinate representation of color #66F062: hue angle of 118.31º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66F062 is Cyan = 0.58, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 240 | 98 | - |
| CMYK | 0.58 | 0 | 0.59 | 0.06 |
| HSL | 118.31º | 0.83% | 0.66% | - |
| HSV(B) | 118.31º | 0.59% | 0.94% | - |
| XYZ | 38.84 | 66.03 | 22.25 | - |
| YUV | 182.55 | 80.28 | 70.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 240 | 98 | 0.58 | 0 | 0.59 | 0.06 | 118.31 | 0.83 | 0.66 |
| Hex | 66 | F0 | 62 | 3A | 0 | 3B | 6 | 76 | 53 | 42 |
| Octal | 146 | 360 | 142 | 72 | 0 | 73 | 6 | 166 | 123 | 102 |
| Binary | 1100110 | 11110000 | 1100010 | 111010 | 0 | 111011 | 110 | 1110110 | 1010011 | 1000010 |
Color Harmonies of #66F062
Complementary color
Monochromatic Colors of #66F062
Black with #66F062
Text Example
Text Example
White with #66F062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F062; }
p { color: rgb(102,240,98); }
H1.HeaderClassName
{
color: #66F062;
}
.AnyTagClassName
{
color: #66F062;
}
</style>
background-color css
<style>
a { background-color: #66F062; }
a { background-color: rgb(102,240,98); }
div.DivClassName
{
background-color: #66F062;
}
.BgClassName
{
background-color: #66F062;
}
</style>
border-color css
<style>
span { border-color: #66F062; }
span { border-color: rgb(102,240,98); }
td.TdClassName
{
border-color: #66F062;
}
.TagClassName
{
border-color: #66F062;
}
</style>