Shades of Screamin' Green #66F87A
Tints of Screamin' Green #66F87A
RGB
CMYK
RGB Variations
Color information
#66F87A (or 0x66F87A) is known color: Screamin' Green. HEX triplet: 66, F8 and 7A. RGB value is (102,248,122). Sum of RGB (Red+Green+Blue) = 102+248+122=472 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.61% from 472); Green value is 248 (97.27% from 255 or 52.54% from 472); Blue value is 122 (48.05% from 255 or 25.85% from 472); Max value from RGB is 248 - color contains mainly: green. Hex color #66F87A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #66F87A is #990785. Grayscale: #BEBEBE. Windows color (decimal): -10028934 or 8058982. OLE color: 8058982.
HSL color Cylindrical-coordinate representation of color #66F87A: hue angle of 128.22º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66F87A is Cyan = 0.59, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 102 | 248 | 122 | - |
| CMYK | 0.59 | 0 | 0.51 | 0.03 |
| HSL | 128.22º | 0.91% | 0.69% | - |
| HSV(B) | 128.22º | 0.59% | 0.97% | - |
| XYZ | 42.56 | 71.36 | 29.94 | - |
| YUV | 189.98 | 89.63 | 65.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 248 | 122 | 0.59 | 0 | 0.51 | 0.03 | 128.22 | 0.91 | 0.69 |
| Hex | 66 | F8 | 7A | 3B | 0 | 33 | 3 | 80 | 5B | 45 |
| Octal | 146 | 370 | 172 | 73 | 0 | 63 | 3 | 200 | 133 | 105 |
| Binary | 1100110 | 11111000 | 1111010 | 111011 | 0 | 110011 | 11 | 10000000 | 1011011 | 1000101 |
Color Harmonies of #66F87A
Complementary color
Monochromatic Colors of #66F87A
Black with #66F87A
Text Example
Text Example
White with #66F87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F87A; }
p { color: rgb(102,248,122); }
H1.HeaderClassName
{
color: #66F87A;
}
.AnyTagClassName
{
color: #66F87A;
}
</style>
background-color css
<style>
a { background-color: #66F87A; }
a { background-color: rgb(102,248,122); }
div.DivClassName
{
background-color: #66F87A;
}
.BgClassName
{
background-color: #66F87A;
}
</style>
border-color css
<style>
span { border-color: #66F87A; }
span { border-color: rgb(102,248,122); }
td.TdClassName
{
border-color: #66F87A;
}
.TagClassName
{
border-color: #66F87A;
}
</style>