Shades of Screamin' Green #5AFD8B
Tints of Screamin' Green #5AFD8B
RGB
CMYK
RGB Variations
Color information
#5AFD8B (or 0x5AFD8B) is known color: Screamin' Green. HEX triplet: 5A, FD and 8B. RGB value is (90,253,139). Sum of RGB (Red+Green+Blue) = 90+253+139=482 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.67% from 482); Green value is 253 (99.22% from 255 or 52.49% from 482); Blue value is 139 (54.69% from 255 or 28.84% from 482); Max value from RGB is 253 - color contains mainly: green. Hex color #5AFD8B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AFD8B is #A50274. Grayscale: #BFBFBF. Windows color (decimal): -10814069 or 9174362. OLE color: 9174362.
HSL color Cylindrical-coordinate representation of color #5AFD8B: hue angle of 138.04º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AFD8B is Cyan = 0.64, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 253 | 139 | - |
| CMYK | 0.64 | 0 | 0.45 | 0.01 |
| HSL | 138.04º | 0.98% | 0.67% | - |
| HSV(B) | 138.04º | 0.64% | 0.99% | - |
| XYZ | 44 | 74.29 | 36.45 | - |
| YUV | 191.27 | 98.5 | 55.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 253 | 139 | 0.64 | 0 | 0.45 | 0.01 | 138.04 | 0.98 | 0.67 |
| Hex | 5A | FD | 8B | 40 | 0 | 2D | 1 | 8A | 62 | 43 |
| Octal | 132 | 375 | 213 | 100 | 0 | 55 | 1 | 212 | 142 | 103 |
| Binary | 1011010 | 11111101 | 10001011 | 1000000 | 0 | 101101 | 1 | 10001010 | 1100010 | 1000011 |
Color Harmonies of #5AFD8B
Complementary color
Monochromatic Colors of #5AFD8B
Black with #5AFD8B
Text Example
Text Example
White with #5AFD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFD8B; }
p { color: rgb(90,253,139); }
H1.HeaderClassName
{
color: #5AFD8B;
}
.AnyTagClassName
{
color: #5AFD8B;
}
</style>
background-color css
<style>
a { background-color: #5AFD8B; }
a { background-color: rgb(90,253,139); }
div.DivClassName
{
background-color: #5AFD8B;
}
.BgClassName
{
background-color: #5AFD8B;
}
</style>
border-color css
<style>
span { border-color: #5AFD8B; }
span { border-color: rgb(90,253,139); }
td.TdClassName
{
border-color: #5AFD8B;
}
.TagClassName
{
border-color: #5AFD8B;
}
</style>