Shades of Screamin' Green #8CFF5A
Tints of Screamin' Green #8CFF5A
RGB
CMYK
RGB Variations
Color information
#8CFF5A (or 0x8CFF5A) is known color: Screamin' Green. HEX triplet: 8C, FF and 5A. RGB value is (140,255,90). Sum of RGB (Red+Green+Blue) = 140+255+90=485 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.87% from 485); Green value is 255 (100% from 255 or 52.58% from 485); Blue value is 90 (35.55% from 255 or 18.56% from 485); Max value from RGB is 255 - color contains mainly: green. Hex color #8CFF5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CFF5A is #7300A5. Grayscale: #CACACA. Windows color (decimal): -7536806 or 5963660. OLE color: 5963660.
HSL color Cylindrical-coordinate representation of color #8CFF5A: hue angle of 101.82º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8CFF5A is Cyan = 0.45, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 255 | 90 | - |
| CMYK | 0.45 | 0 | 0.65 | 0 |
| HSL | 101.82º | 1% | 0.68% | - |
| HSV(B) | 101.82º | 0.65% | 1% | - |
| XYZ | 48.42 | 77.83 | 22.14 | - |
| YUV | 201.81 | 64.9 | 83.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 255 | 90 | 0.45 | 0 | 0.65 | 0 | 101.82 | 1 | 0.68 |
| Hex | 8C | FF | 5A | 2D | 0 | 41 | 0 | 66 | 64 | 44 |
| Octal | 214 | 377 | 132 | 55 | 0 | 101 | 0 | 146 | 144 | 104 |
| Binary | 10001100 | 11111111 | 1011010 | 101101 | 0 | 1000001 | 0 | 1100110 | 1100100 | 1000100 |
Color Harmonies of #8CFF5A
Complementary color
Monochromatic Colors of #8CFF5A
Black with #8CFF5A
Text Example
Text Example
White with #8CFF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFF5A; }
p { color: rgb(140,255,90); }
H1.HeaderClassName
{
color: #8CFF5A;
}
.AnyTagClassName
{
color: #8CFF5A;
}
</style>
background-color css
<style>
a { background-color: #8CFF5A; }
a { background-color: rgb(140,255,90); }
div.DivClassName
{
background-color: #8CFF5A;
}
.BgClassName
{
background-color: #8CFF5A;
}
</style>
border-color css
<style>
span { border-color: #8CFF5A; }
span { border-color: rgb(140,255,90); }
td.TdClassName
{
border-color: #8CFF5A;
}
.TagClassName
{
border-color: #8CFF5A;
}
</style>