Shades of Screamin' Green #5AF050
Tints of Screamin' Green #5AF050
RGB
CMYK
RGB Variations
Color information
#5AF050 (or 0x5AF050) is known color: Screamin' Green. HEX triplet: 5A, F0 and 50. RGB value is (90,240,80). Sum of RGB (Red+Green+Blue) = 90+240+80=410 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.95% from 410); Green value is 240 (94.14% from 255 or 58.54% from 410); Blue value is 80 (31.64% from 255 or 19.51% from 410); Max value from RGB is 240 - color contains mainly: green. Hex color #5AF050 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5AF050 is #A50FAF. Grayscale: #B1B1B1. Windows color (decimal): -10817456 or 5304410. OLE color: 5304410.
HSL color Cylindrical-coordinate representation of color #5AF050: hue angle of 116.25º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5AF050 is Cyan = 0.62, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 90 | 240 | 80 | - |
| CMYK | 0.62 | 0 | 0.67 | 0.06 |
| HSL | 116.25º | 0.84% | 0.63% | - |
| HSV(B) | 116.25º | 0.67% | 0.94% | - |
| XYZ | 36.82 | 65.07 | 18.21 | - |
| YUV | 176.91 | 73.31 | 66.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 240 | 80 | 0.62 | 0 | 0.67 | 0.06 | 116.25 | 0.84 | 0.63 |
| Hex | 5A | F0 | 50 | 3E | 0 | 43 | 6 | 74 | 54 | 3F |
| Octal | 132 | 360 | 120 | 76 | 0 | 103 | 6 | 164 | 124 | 77 |
| Binary | 1011010 | 11110000 | 1010000 | 111110 | 0 | 1000011 | 110 | 1110100 | 1010100 | 111111 |
Color Harmonies of #5AF050
Complementary color
Monochromatic Colors of #5AF050
Black with #5AF050
Text Example
Text Example
White with #5AF050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF050; }
p { color: rgb(90,240,80); }
H1.HeaderClassName
{
color: #5AF050;
}
.AnyTagClassName
{
color: #5AF050;
}
</style>
background-color css
<style>
a { background-color: #5AF050; }
a { background-color: rgb(90,240,80); }
div.DivClassName
{
background-color: #5AF050;
}
.BgClassName
{
background-color: #5AF050;
}
</style>
border-color css
<style>
span { border-color: #5AF050; }
span { border-color: rgb(90,240,80); }
td.TdClassName
{
border-color: #5AF050;
}
.TagClassName
{
border-color: #5AF050;
}
</style>