Shades of Screamin' Green #5AF991
Tints of Screamin' Green #5AF991
RGB
CMYK
RGB Variations
Color information
#5AF991 (or 0x5AF991) is known color: Screamin' Green. HEX triplet: 5A, F9 and 91. RGB value is (90,249,145). Sum of RGB (Red+Green+Blue) = 90+249+145=484 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.60% from 484); Green value is 249 (97.66% from 255 or 51.45% from 484); Blue value is 145 (57.03% from 255 or 29.96% from 484); Max value from RGB is 249 - color contains mainly: green. Hex color #5AF991 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF991 is #A5066E. Grayscale: #BDBDBD. Windows color (decimal): -10815087 or 9566554. OLE color: 9566554.
HSL color Cylindrical-coordinate representation of color #5AF991: hue angle of 140.75º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AF991 is Cyan = 0.64, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 249 | 145 | - |
| CMYK | 0.64 | 0 | 0.42 | 0.02 |
| HSL | 140.75º | 0.93% | 0.66% | - |
| HSV(B) | 140.75º | 0.64% | 0.98% | - |
| XYZ | 43.2 | 71.97 | 38.4 | - |
| YUV | 189.6 | 102.82 | 56.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 249 | 145 | 0.64 | 0 | 0.42 | 0.02 | 140.75 | 0.93 | 0.66 |
| Hex | 5A | F9 | 91 | 40 | 0 | 2A | 2 | 8D | 5D | 42 |
| Octal | 132 | 371 | 221 | 100 | 0 | 52 | 2 | 215 | 135 | 102 |
| Binary | 1011010 | 11111001 | 10010001 | 1000000 | 0 | 101010 | 10 | 10001101 | 1011101 | 1000010 |
Color Harmonies of #5AF991
Complementary color
Monochromatic Colors of #5AF991
Black with #5AF991
Text Example
Text Example
White with #5AF991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF991; }
p { color: rgb(90,249,145); }
H1.HeaderClassName
{
color: #5AF991;
}
.AnyTagClassName
{
color: #5AF991;
}
</style>
background-color css
<style>
a { background-color: #5AF991; }
a { background-color: rgb(90,249,145); }
div.DivClassName
{
background-color: #5AF991;
}
.BgClassName
{
background-color: #5AF991;
}
</style>
border-color css
<style>
span { border-color: #5AF991; }
span { border-color: rgb(90,249,145); }
td.TdClassName
{
border-color: #5AF991;
}
.TagClassName
{
border-color: #5AF991;
}
</style>