Shades of Screamin' Green #5AFE8D
Tints of Screamin' Green #5AFE8D
RGB
CMYK
RGB Variations
Color information
#5AFE8D (or 0x5AFE8D) is known color: Screamin' Green. HEX triplet: 5A, FE and 8D. RGB value is (90,254,141). Sum of RGB (Red+Green+Blue) = 90+254+141=485 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.56% from 485); Green value is 254 (99.61% from 255 or 52.37% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 254 - color contains mainly: green. Hex color #5AFE8D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AFE8D is #A50172. Grayscale: #C0C0C0. Windows color (decimal): -10813811 or 9305690. OLE color: 9305690.
HSL color Cylindrical-coordinate representation of color #5AFE8D: hue angle of 138.66º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5AFE8D is Cyan = 0.65, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 90 | 254 | 141 | - |
| CMYK | 0.65 | 0 | 0.44 | 0.00 |
| HSL | 138.66º | 0.99% | 0.67% | - |
| HSV(B) | 138.66º | 0.65% | 1% | - |
| XYZ | 44.47 | 74.98 | 37.33 | - |
| YUV | 192.08 | 99.17 | 55.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 254 | 141 | 0.65 | 0 | 0.44 | 0.00 | 138.66 | 0.99 | 0.67 |
| Hex | 5A | FE | 8D | 41 | 0 | 2C | 0 | 8B | 63 | 43 |
| Octal | 132 | 376 | 215 | 101 | 0 | 54 | 0 | 213 | 143 | 103 |
| Binary | 1011010 | 11111110 | 10001101 | 1000001 | 0 | 101100 | 0 | 10001011 | 1100011 | 1000011 |
Color Harmonies of #5AFE8D
Complementary color
Monochromatic Colors of #5AFE8D
Black with #5AFE8D
Text Example
Text Example
White with #5AFE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFE8D; }
p { color: rgb(90,254,141); }
H1.HeaderClassName
{
color: #5AFE8D;
}
.AnyTagClassName
{
color: #5AFE8D;
}
</style>
background-color css
<style>
a { background-color: #5AFE8D; }
a { background-color: rgb(90,254,141); }
div.DivClassName
{
background-color: #5AFE8D;
}
.BgClassName
{
background-color: #5AFE8D;
}
</style>
border-color css
<style>
span { border-color: #5AFE8D; }
span { border-color: rgb(90,254,141); }
td.TdClassName
{
border-color: #5AFE8D;
}
.TagClassName
{
border-color: #5AFE8D;
}
</style>