Shades of Screamin' Green #8CFE55
Tints of Screamin' Green #8CFE55
RGB
CMYK
RGB Variations
Color information
#8CFE55 (or 0x8CFE55) is known color: Screamin' Green. HEX triplet: 8C, FE and 55. RGB value is (140,254,85). Sum of RGB (Red+Green+Blue) = 140+254+85=479 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.23% from 479); Green value is 254 (99.61% from 255 or 53.03% from 479); Blue value is 85 (33.59% from 255 or 17.75% from 479); Max value from RGB is 254 - color contains mainly: green. Hex color #8CFE55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CFE55 is #7301AA. Grayscale: #C9C9C9. Windows color (decimal): -7537067 or 5635724. OLE color: 5635724.
HSL color Cylindrical-coordinate representation of color #8CFE55: hue angle of 100.47º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8CFE55 is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 254 | 85 | - |
| CMYK | 0.45 | 0 | 0.67 | 0.00 |
| HSL | 100.47º | 0.99% | 0.66% | - |
| HSV(B) | 100.47º | 0.67% | 1% | - |
| XYZ | 47.9 | 77.11 | 20.95 | - |
| YUV | 200.65 | 62.73 | 84.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 254 | 85 | 0.45 | 0 | 0.67 | 0.00 | 100.47 | 0.99 | 0.66 |
| Hex | 8C | FE | 55 | 2D | 0 | 43 | 0 | 64 | 63 | 42 |
| Octal | 214 | 376 | 125 | 55 | 0 | 103 | 0 | 144 | 143 | 102 |
| Binary | 10001100 | 11111110 | 1010101 | 101101 | 0 | 1000011 | 0 | 1100100 | 1100011 | 1000010 |
Color Harmonies of #8CFE55
Complementary color
Monochromatic Colors of #8CFE55
Black with #8CFE55
Text Example
Text Example
White with #8CFE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFE55; }
p { color: rgb(140,254,85); }
H1.HeaderClassName
{
color: #8CFE55;
}
.AnyTagClassName
{
color: #8CFE55;
}
</style>
background-color css
<style>
a { background-color: #8CFE55; }
a { background-color: rgb(140,254,85); }
div.DivClassName
{
background-color: #8CFE55;
}
.BgClassName
{
background-color: #8CFE55;
}
</style>
border-color css
<style>
span { border-color: #8CFE55; }
span { border-color: rgb(140,254,85); }
td.TdClassName
{
border-color: #8CFE55;
}
.TagClassName
{
border-color: #8CFE55;
}
</style>