Shades of Screamin' Green #8CFC66
Tints of Screamin' Green #8CFC66
RGB
CMYK
RGB Variations
Color information
#8CFC66 (or 0x8CFC66) is known color: Screamin' Green. HEX triplet: 8C, FC and 66. RGB value is (140,252,102). Sum of RGB (Red+Green+Blue) = 140+252+102=494 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.34% from 494); Green value is 252 (98.83% from 255 or 51.01% from 494); Blue value is 102 (40.23% from 255 or 20.65% from 494); Max value from RGB is 252 - color contains mainly: green. Hex color #8CFC66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CFC66 is #730399. Grayscale: #C9C9C9. Windows color (decimal): -7537562 or 6749324. OLE color: 6749324.
HSL color Cylindrical-coordinate representation of color #8CFC66: hue angle of 104.8º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8CFC66 is Cyan = 0.44, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 252 | 102 | - |
| CMYK | 0.44 | 0 | 0.60 | 0.01 |
| HSL | 104.8º | 0.96% | 0.69% | - |
| HSV(B) | 104.8º | 0.6% | 0.99% | - |
| XYZ | 48.02 | 76.16 | 24.74 | - |
| YUV | 201.41 | 71.89 | 84.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 252 | 102 | 0.44 | 0 | 0.60 | 0.01 | 104.8 | 0.96 | 0.69 |
| Hex | 8C | FC | 66 | 2C | 0 | 3C | 1 | 69 | 60 | 45 |
| Octal | 214 | 374 | 146 | 54 | 0 | 74 | 1 | 151 | 140 | 105 |
| Binary | 10001100 | 11111100 | 1100110 | 101100 | 0 | 111100 | 1 | 1101001 | 1100000 | 1000101 |
Color Harmonies of #8CFC66
Complementary color
Monochromatic Colors of #8CFC66
Black with #8CFC66
Text Example
Text Example
White with #8CFC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFC66; }
p { color: rgb(140,252,102); }
H1.HeaderClassName
{
color: #8CFC66;
}
.AnyTagClassName
{
color: #8CFC66;
}
</style>
background-color css
<style>
a { background-color: #8CFC66; }
a { background-color: rgb(140,252,102); }
div.DivClassName
{
background-color: #8CFC66;
}
.BgClassName
{
background-color: #8CFC66;
}
</style>
border-color css
<style>
span { border-color: #8CFC66; }
span { border-color: rgb(140,252,102); }
td.TdClassName
{
border-color: #8CFC66;
}
.TagClassName
{
border-color: #8CFC66;
}
</style>