Shades of Screamin' Green #5AFE96
Tints of Screamin' Green #5AFE96
RGB
CMYK
RGB Variations
Color information
#5AFE96 (or 0x5AFE96) is known color: Screamin' Green. HEX triplet: 5A, FE and 96. RGB value is (90,254,150). Sum of RGB (Red+Green+Blue) = 90+254+150=494 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.22% from 494); Green value is 254 (99.61% from 255 or 51.42% from 494); Blue value is 150 (58.98% from 255 or 30.36% from 494); Max value from RGB is 254 - color contains mainly: green. Hex color #5AFE96 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AFE96 is #A50169. Grayscale: #C1C1C1. Windows color (decimal): -10813802 or 9895514. OLE color: 9895514.
HSL color Cylindrical-coordinate representation of color #5AFE96: hue angle of 141.95º 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 #5AFE96 is Cyan = 0.65, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 90 | 254 | 150 | - |
| CMYK | 0.65 | 0 | 0.41 | 0.00 |
| HSL | 141.95º | 0.99% | 0.67% | - |
| HSV(B) | 141.95º | 0.65% | 1% | - |
| XYZ | 45.16 | 75.26 | 41 | - |
| YUV | 193.11 | 103.67 | 54.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 254 | 150 | 0.65 | 0 | 0.41 | 0.00 | 141.95 | 0.99 | 0.67 |
| Hex | 5A | FE | 96 | 41 | 0 | 29 | 0 | 8E | 63 | 43 |
| Octal | 132 | 376 | 226 | 101 | 0 | 51 | 0 | 216 | 143 | 103 |
| Binary | 1011010 | 11111110 | 10010110 | 1000001 | 0 | 101001 | 0 | 10001110 | 1100011 | 1000011 |
Color Harmonies of #5AFE96
Complementary color
Monochromatic Colors of #5AFE96
Black with #5AFE96
Text Example
Text Example
White with #5AFE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFE96; }
p { color: rgb(90,254,150); }
H1.HeaderClassName
{
color: #5AFE96;
}
.AnyTagClassName
{
color: #5AFE96;
}
</style>
background-color css
<style>
a { background-color: #5AFE96; }
a { background-color: rgb(90,254,150); }
div.DivClassName
{
background-color: #5AFE96;
}
.BgClassName
{
background-color: #5AFE96;
}
</style>
border-color css
<style>
span { border-color: #5AFE96; }
span { border-color: rgb(90,254,150); }
td.TdClassName
{
border-color: #5AFE96;
}
.TagClassName
{
border-color: #5AFE96;
}
</style>