Shades of Screamin' Green #5AF786
Tints of Screamin' Green #5AF786
RGB
CMYK
RGB Variations
Color information
#5AF786 (or 0x5AF786) is known color: Screamin' Green. HEX triplet: 5A, F7 and 86. RGB value is (90,247,134). Sum of RGB (Red+Green+Blue) = 90+247+134=471 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.11% from 471); Green value is 247 (96.88% from 255 or 52.44% from 471); Blue value is 134 (52.73% from 255 or 28.45% from 471); Max value from RGB is 247 - color contains mainly: green. Hex color #5AF786 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF786 is #A50879. Grayscale: #BBBBBB. Windows color (decimal): -10815610 or 8845146. OLE color: 8845146.
HSL color Cylindrical-coordinate representation of color #5AF786: hue angle of 136.82º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AF786 is Cyan = 0.64, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 90 | 247 | 134 | - |
| CMYK | 0.64 | 0 | 0.46 | 0.03 |
| HSL | 136.82º | 0.91% | 0.66% | - |
| HSV(B) | 136.82º | 0.64% | 0.97% | - |
| XYZ | 41.78 | 70.42 | 33.94 | - |
| YUV | 187.18 | 97.99 | 58.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 247 | 134 | 0.64 | 0 | 0.46 | 0.03 | 136.82 | 0.91 | 0.66 |
| Hex | 5A | F7 | 86 | 40 | 0 | 2E | 3 | 89 | 5B | 42 |
| Octal | 132 | 367 | 206 | 100 | 0 | 56 | 3 | 211 | 133 | 102 |
| Binary | 1011010 | 11110111 | 10000110 | 1000000 | 0 | 101110 | 11 | 10001001 | 1011011 | 1000010 |
Color Harmonies of #5AF786
Complementary color
Monochromatic Colors of #5AF786
Black with #5AF786
Text Example
Text Example
White with #5AF786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF786; }
p { color: rgb(90,247,134); }
H1.HeaderClassName
{
color: #5AF786;
}
.AnyTagClassName
{
color: #5AF786;
}
</style>
background-color css
<style>
a { background-color: #5AF786; }
a { background-color: rgb(90,247,134); }
div.DivClassName
{
background-color: #5AF786;
}
.BgClassName
{
background-color: #5AF786;
}
</style>
border-color css
<style>
span { border-color: #5AF786; }
span { border-color: rgb(90,247,134); }
td.TdClassName
{
border-color: #5AF786;
}
.TagClassName
{
border-color: #5AF786;
}
</style>