Shades of Screamin' Green #5AF48B
Tints of Screamin' Green #5AF48B
RGB
CMYK
RGB Variations
Color information
#5AF48B (or 0x5AF48B) is known color: Screamin' Green. HEX triplet: 5A, F4 and 8B. RGB value is (90,244,139). Sum of RGB (Red+Green+Blue) = 90+244+139=473 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.03% from 473); Green value is 244 (95.70% from 255 or 51.59% from 473); Blue value is 139 (54.69% from 255 or 29.39% from 473); Max value from RGB is 244 - color contains mainly: green. Hex color #5AF48B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF48B is #A50B74. Grayscale: #BABABA. Windows color (decimal): -10816373 or 9172058. OLE color: 9172058.
HSL color Cylindrical-coordinate representation of color #5AF48B: hue angle of 139.09º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AF48B is Cyan = 0.63, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 90 | 244 | 139 | - |
| CMYK | 0.63 | 0 | 0.43 | 0.04 |
| HSL | 139.09º | 0.88% | 0.65% | - |
| HSV(B) | 139.09º | 0.63% | 0.96% | - |
| XYZ | 41.23 | 68.74 | 35.52 | - |
| YUV | 185.98 | 101.48 | 59.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 244 | 139 | 0.63 | 0 | 0.43 | 0.04 | 139.09 | 0.88 | 0.65 |
| Hex | 5A | F4 | 8B | 3F | 0 | 2B | 4 | 8B | 58 | 41 |
| Octal | 132 | 364 | 213 | 77 | 0 | 53 | 4 | 213 | 130 | 101 |
| Binary | 1011010 | 11110100 | 10001011 | 111111 | 0 | 101011 | 100 | 10001011 | 1011000 | 1000001 |
Color Harmonies of #5AF48B
Complementary color
Monochromatic Colors of #5AF48B
Black with #5AF48B
Text Example
Text Example
White with #5AF48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF48B; }
p { color: rgb(90,244,139); }
H1.HeaderClassName
{
color: #5AF48B;
}
.AnyTagClassName
{
color: #5AF48B;
}
</style>
background-color css
<style>
a { background-color: #5AF48B; }
a { background-color: rgb(90,244,139); }
div.DivClassName
{
background-color: #5AF48B;
}
.BgClassName
{
background-color: #5AF48B;
}
</style>
border-color css
<style>
span { border-color: #5AF48B; }
span { border-color: rgb(90,244,139); }
td.TdClassName
{
border-color: #5AF48B;
}
.TagClassName
{
border-color: #5AF48B;
}
</style>