Shades of Screamin' Green #8CF760
Tints of Screamin' Green #8CF760
RGB
CMYK
RGB Variations
Color information
#8CF760 (or 0x8CF760) is known color: Screamin' Green. HEX triplet: 8C, F7 and 60. RGB value is (140,247,96). Sum of RGB (Red+Green+Blue) = 140+247+96=483 (63% of max value = 765). Red value is 140 (55.08% from 255 or 28.99% from 483); Green value is 247 (96.88% from 255 or 51.14% from 483); Blue value is 96 (37.89% from 255 or 19.88% from 483); Max value from RGB is 247 - color contains mainly: green. Hex color #8CF760 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF760 is #73089F. Grayscale: #C6C6C6. Windows color (decimal): -7538848 or 6354828. OLE color: 6354828.
HSL color Cylindrical-coordinate representation of color #8CF760: hue angle of 102.52º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8CF760 is Cyan = 0.43, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 140 | 247 | 96 | - |
| CMYK | 0.43 | 0 | 0.61 | 0.03 |
| HSL | 102.52º | 0.9% | 0.67% | - |
| HSV(B) | 102.52º | 0.61% | 0.97% | - |
| XYZ | 46.19 | 72.94 | 22.71 | - |
| YUV | 197.79 | 70.55 | 86.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 247 | 96 | 0.43 | 0 | 0.61 | 0.03 | 102.52 | 0.9 | 0.67 |
| Hex | 8C | F7 | 60 | 2B | 0 | 3D | 3 | 67 | 5A | 43 |
| Octal | 214 | 367 | 140 | 53 | 0 | 75 | 3 | 147 | 132 | 103 |
| Binary | 10001100 | 11110111 | 1100000 | 101011 | 0 | 111101 | 11 | 1100111 | 1011010 | 1000011 |
Color Harmonies of #8CF760
Complementary color
Monochromatic Colors of #8CF760
Black with #8CF760
Text Example
Text Example
White with #8CF760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF760; }
p { color: rgb(140,247,96); }
H1.HeaderClassName
{
color: #8CF760;
}
.AnyTagClassName
{
color: #8CF760;
}
</style>
background-color css
<style>
a { background-color: #8CF760; }
a { background-color: rgb(140,247,96); }
div.DivClassName
{
background-color: #8CF760;
}
.BgClassName
{
background-color: #8CF760;
}
</style>
border-color css
<style>
span { border-color: #8CF760; }
span { border-color: rgb(140,247,96); }
td.TdClassName
{
border-color: #8CF760;
}
.TagClassName
{
border-color: #8CF760;
}
</style>