Shades of Screamin' Green #8CF85B
Tints of Screamin' Green #8CF85B
RGB
CMYK
RGB Variations
Color information
#8CF85B (or 0x8CF85B) is known color: Screamin' Green. HEX triplet: 8C, F8 and 5B. RGB value is (140,248,91). Sum of RGB (Red+Green+Blue) = 140+248+91=479 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.23% from 479); Green value is 248 (97.27% from 255 or 51.77% from 479); Blue value is 91 (35.94% from 255 or 19.00% from 479); Max value from RGB is 248 - color contains mainly: green. Hex color #8CF85B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF85B is #7307A4. Grayscale: #C6C6C6. Windows color (decimal): -7538597 or 6027404. OLE color: 6027404.
HSL color Cylindrical-coordinate representation of color #8CF85B: hue angle of 101.27º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8CF85B is Cyan = 0.44, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 140 | 248 | 91 | - |
| CMYK | 0.44 | 0 | 0.63 | 0.03 |
| HSL | 101.27º | 0.92% | 0.66% | - |
| HSV(B) | 101.27º | 0.63% | 0.97% | - |
| XYZ | 46.27 | 73.47 | 21.64 | - |
| YUV | 197.81 | 67.72 | 86.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 248 | 91 | 0.44 | 0 | 0.63 | 0.03 | 101.27 | 0.92 | 0.66 |
| Hex | 8C | F8 | 5B | 2C | 0 | 3F | 3 | 65 | 5C | 42 |
| Octal | 214 | 370 | 133 | 54 | 0 | 77 | 3 | 145 | 134 | 102 |
| Binary | 10001100 | 11111000 | 1011011 | 101100 | 0 | 111111 | 11 | 1100101 | 1011100 | 1000010 |
Color Harmonies of #8CF85B
Complementary color
Monochromatic Colors of #8CF85B
Black with #8CF85B
Text Example
Text Example
White with #8CF85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF85B; }
p { color: rgb(140,248,91); }
H1.HeaderClassName
{
color: #8CF85B;
}
.AnyTagClassName
{
color: #8CF85B;
}
</style>
background-color css
<style>
a { background-color: #8CF85B; }
a { background-color: rgb(140,248,91); }
div.DivClassName
{
background-color: #8CF85B;
}
.BgClassName
{
background-color: #8CF85B;
}
</style>
border-color css
<style>
span { border-color: #8CF85B; }
span { border-color: rgb(140,248,91); }
td.TdClassName
{
border-color: #8CF85B;
}
.TagClassName
{
border-color: #8CF85B;
}
</style>