Shades of Screamin' Green #5AFB86
Tints of Screamin' Green #5AFB86
RGB
CMYK
RGB Variations
Color information
#5AFB86 (or 0x5AFB86) is known color: Screamin' Green. HEX triplet: 5A, FB and 86. RGB value is (90,251,134). Sum of RGB (Red+Green+Blue) = 90+251+134=475 (62% of max value = 765). Red value is 90 (35.55% from 255 or 18.95% from 475); Green value is 251 (98.44% from 255 or 52.84% from 475); Blue value is 134 (52.73% from 255 or 28.21% from 475); Max value from RGB is 251 - color contains mainly: green. Hex color #5AFB86 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AFB86 is #A50479. Grayscale: #BDBDBD. Windows color (decimal): -10814586 or 8846170. OLE color: 8846170.
HSL color Cylindrical-coordinate representation of color #5AFB86: hue angle of 136.4º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AFB86 is Cyan = 0.64, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 251 | 134 | - |
| CMYK | 0.64 | 0 | 0.47 | 0.02 |
| HSL | 136.4º | 0.95% | 0.67% | - |
| HSV(B) | 136.4º | 0.64% | 0.98% | - |
| XYZ | 43.02 | 72.89 | 34.36 | - |
| YUV | 189.52 | 96.66 | 57.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 251 | 134 | 0.64 | 0 | 0.47 | 0.02 | 136.4 | 0.95 | 0.67 |
| Hex | 5A | FB | 86 | 40 | 0 | 2F | 2 | 88 | 5F | 43 |
| Octal | 132 | 373 | 206 | 100 | 0 | 57 | 2 | 210 | 137 | 103 |
| Binary | 1011010 | 11111011 | 10000110 | 1000000 | 0 | 101111 | 10 | 10001000 | 1011111 | 1000011 |
Color Harmonies of #5AFB86
Complementary color
Monochromatic Colors of #5AFB86
Black with #5AFB86
Text Example
Text Example
White with #5AFB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFB86; }
p { color: rgb(90,251,134); }
H1.HeaderClassName
{
color: #5AFB86;
}
.AnyTagClassName
{
color: #5AFB86;
}
</style>
background-color css
<style>
a { background-color: #5AFB86; }
a { background-color: rgb(90,251,134); }
div.DivClassName
{
background-color: #5AFB86;
}
.BgClassName
{
background-color: #5AFB86;
}
</style>
border-color css
<style>
span { border-color: #5AFB86; }
span { border-color: rgb(90,251,134); }
td.TdClassName
{
border-color: #5AFB86;
}
.TagClassName
{
border-color: #5AFB86;
}
</style>