Shades of Screamin' Green #5AFB8D
Tints of Screamin' Green #5AFB8D
RGB
CMYK
RGB Variations
Color information
#5AFB8D (or 0x5AFB8D) is known color: Screamin' Green. HEX triplet: 5A, FB and 8D. RGB value is (90,251,141). Sum of RGB (Red+Green+Blue) = 90+251+141=482 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.67% from 482); Green value is 251 (98.44% from 255 or 52.07% from 482); Blue value is 141 (55.47% from 255 or 29.25% from 482); Max value from RGB is 251 - color contains mainly: green. Hex color #5AFB8D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AFB8D is #A50472. Grayscale: #BEBEBE. Windows color (decimal): -10814579 or 9304922. OLE color: 9304922.
HSL color Cylindrical-coordinate representation of color #5AFB8D: hue angle of 139.01º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AFB8D is Cyan = 0.64, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 251 | 141 | - |
| CMYK | 0.64 | 0 | 0.44 | 0.02 |
| HSL | 139.01º | 0.95% | 0.67% | - |
| HSV(B) | 139.01º | 0.64% | 0.98% | - |
| XYZ | 43.52 | 73.09 | 37.01 | - |
| YUV | 190.32 | 100.16 | 56.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 251 | 141 | 0.64 | 0 | 0.44 | 0.02 | 139.01 | 0.95 | 0.67 |
| Hex | 5A | FB | 8D | 40 | 0 | 2C | 2 | 8B | 5F | 43 |
| Octal | 132 | 373 | 215 | 100 | 0 | 54 | 2 | 213 | 137 | 103 |
| Binary | 1011010 | 11111011 | 10001101 | 1000000 | 0 | 101100 | 10 | 10001011 | 1011111 | 1000011 |
Color Harmonies of #5AFB8D
Complementary color
Monochromatic Colors of #5AFB8D
Black with #5AFB8D
Text Example
Text Example
White with #5AFB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFB8D; }
p { color: rgb(90,251,141); }
H1.HeaderClassName
{
color: #5AFB8D;
}
.AnyTagClassName
{
color: #5AFB8D;
}
</style>
background-color css
<style>
a { background-color: #5AFB8D; }
a { background-color: rgb(90,251,141); }
div.DivClassName
{
background-color: #5AFB8D;
}
.BgClassName
{
background-color: #5AFB8D;
}
</style>
border-color css
<style>
span { border-color: #5AFB8D; }
span { border-color: rgb(90,251,141); }
td.TdClassName
{
border-color: #5AFB8D;
}
.TagClassName
{
border-color: #5AFB8D;
}
</style>