Shades of Screamin' Green #8CF85A
Tints of Screamin' Green #8CF85A
RGB
CMYK
RGB Variations
Color information
#8CF85A (or 0x8CF85A) is known color: Screamin' Green. HEX triplet: 8C, F8 and 5A. RGB value is (140,248,90). Sum of RGB (Red+Green+Blue) = 140+248+90=478 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.29% from 478); Green value is 248 (97.27% from 255 or 51.88% from 478); Blue value is 90 (35.55% from 255 or 18.83% from 478); Max value from RGB is 248 - color contains mainly: green. Hex color #8CF85A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF85A is #7307A5. Grayscale: #C6C6C6. Windows color (decimal): -7538598 or 5961868. OLE color: 5961868.
HSL color Cylindrical-coordinate representation of color #8CF85A: hue angle of 101.01º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8CF85A is Cyan = 0.44, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 140 | 248 | 90 | - |
| CMYK | 0.44 | 0 | 0.64 | 0.03 |
| HSL | 101.01º | 0.92% | 0.66% | - |
| HSV(B) | 101.01º | 0.64% | 0.97% | - |
| XYZ | 46.23 | 73.45 | 21.41 | - |
| YUV | 197.7 | 67.22 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 248 | 90 | 0.44 | 0 | 0.64 | 0.03 | 101.01 | 0.92 | 0.66 |
| Hex | 8C | F8 | 5A | 2C | 0 | 40 | 3 | 65 | 5C | 42 |
| Octal | 214 | 370 | 132 | 54 | 0 | 100 | 3 | 145 | 134 | 102 |
| Binary | 10001100 | 11111000 | 1011010 | 101100 | 0 | 1000000 | 11 | 1100101 | 1011100 | 1000010 |
Color Harmonies of #8CF85A
Complementary color
Monochromatic Colors of #8CF85A
Black with #8CF85A
Text Example
Text Example
White with #8CF85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF85A; }
p { color: rgb(140,248,90); }
H1.HeaderClassName
{
color: #8CF85A;
}
.AnyTagClassName
{
color: #8CF85A;
}
</style>
background-color css
<style>
a { background-color: #8CF85A; }
a { background-color: rgb(140,248,90); }
div.DivClassName
{
background-color: #8CF85A;
}
.BgClassName
{
background-color: #8CF85A;
}
</style>
border-color css
<style>
span { border-color: #8CF85A; }
span { border-color: rgb(140,248,90); }
td.TdClassName
{
border-color: #8CF85A;
}
.TagClassName
{
border-color: #8CF85A;
}
</style>