Shades of Screamin' Green #5AF080
Tints of Screamin' Green #5AF080
RGB
CMYK
RGB Variations
Color information
#5AF080 (or 0x5AF080) is known color: Screamin' Green. HEX triplet: 5A, F0 and 80. RGB value is (90,240,128). Sum of RGB (Red+Green+Blue) = 90+240+128=458 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.65% from 458); Green value is 240 (94.14% from 255 or 52.40% from 458); Blue value is 128 (50.39% from 255 or 27.95% from 458); Max value from RGB is 240 - color contains mainly: green. Hex color #5AF080 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF080 is #A50F7F. Grayscale: #B6B6B6. Windows color (decimal): -10817408 or 8450138. OLE color: 8450138.
HSL color Cylindrical-coordinate representation of color #5AF080: hue angle of 135.2º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AF080 is Cyan = 0.62, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 90 | 240 | 128 | - |
| CMYK | 0.62 | 0 | 0.47 | 0.06 |
| HSL | 135.2º | 0.83% | 0.65% | - |
| HSV(B) | 135.2º | 0.63% | 0.94% | - |
| XYZ | 39.27 | 66.05 | 31.1 | - |
| YUV | 182.38 | 97.31 | 62.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 240 | 128 | 0.62 | 0 | 0.47 | 0.06 | 135.2 | 0.83 | 0.65 |
| Hex | 5A | F0 | 80 | 3E | 0 | 2F | 6 | 87 | 53 | 41 |
| Octal | 132 | 360 | 200 | 76 | 0 | 57 | 6 | 207 | 123 | 101 |
| Binary | 1011010 | 11110000 | 10000000 | 111110 | 0 | 101111 | 110 | 10000111 | 1010011 | 1000001 |
Color Harmonies of #5AF080
Complementary color
Monochromatic Colors of #5AF080
Black with #5AF080
Text Example
Text Example
White with #5AF080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF080; }
p { color: rgb(90,240,128); }
H1.HeaderClassName
{
color: #5AF080;
}
.AnyTagClassName
{
color: #5AF080;
}
</style>
background-color css
<style>
a { background-color: #5AF080; }
a { background-color: rgb(90,240,128); }
div.DivClassName
{
background-color: #5AF080;
}
.BgClassName
{
background-color: #5AF080;
}
</style>
border-color css
<style>
span { border-color: #5AF080; }
span { border-color: rgb(90,240,128); }
td.TdClassName
{
border-color: #5AF080;
}
.TagClassName
{
border-color: #5AF080;
}
</style>