Shades of Screamin' Green #5AFD8A
Tints of Screamin' Green #5AFD8A
RGB
CMYK
RGB Variations
Color information
#5AFD8A (or 0x5AFD8A) is known color: Screamin' Green. HEX triplet: 5A, FD and 8A. RGB value is (90,253,138). Sum of RGB (Red+Green+Blue) = 90+253+138=481 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.71% from 481); Green value is 253 (99.22% from 255 or 52.60% from 481); Blue value is 138 (54.30% from 255 or 28.69% from 481); Max value from RGB is 253 - color contains mainly: green. Hex color #5AFD8A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AFD8A is #A50275. Grayscale: #BFBFBF. Windows color (decimal): -10814070 or 9108826. OLE color: 9108826.
HSL color Cylindrical-coordinate representation of color #5AFD8A: hue angle of 137.67º 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 #5AFD8A is Cyan = 0.64, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 253 | 138 | - |
| CMYK | 0.64 | 0 | 0.45 | 0.01 |
| HSL | 137.67º | 0.98% | 0.67% | - |
| HSV(B) | 137.67º | 0.64% | 0.99% | - |
| XYZ | 43.93 | 74.26 | 36.06 | - |
| YUV | 191.15 | 98 | 55.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 253 | 138 | 0.64 | 0 | 0.45 | 0.01 | 137.67 | 0.98 | 0.67 |
| Hex | 5A | FD | 8A | 40 | 0 | 2D | 1 | 8A | 62 | 43 |
| Octal | 132 | 375 | 212 | 100 | 0 | 55 | 1 | 212 | 142 | 103 |
| Binary | 1011010 | 11111101 | 10001010 | 1000000 | 0 | 101101 | 1 | 10001010 | 1100010 | 1000011 |
Color Harmonies of #5AFD8A
Complementary color
Monochromatic Colors of #5AFD8A
Black with #5AFD8A
Text Example
Text Example
White with #5AFD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFD8A; }
p { color: rgb(90,253,138); }
H1.HeaderClassName
{
color: #5AFD8A;
}
.AnyTagClassName
{
color: #5AFD8A;
}
</style>
background-color css
<style>
a { background-color: #5AFD8A; }
a { background-color: rgb(90,253,138); }
div.DivClassName
{
background-color: #5AFD8A;
}
.BgClassName
{
background-color: #5AFD8A;
}
</style>
border-color css
<style>
span { border-color: #5AFD8A; }
span { border-color: rgb(90,253,138); }
td.TdClassName
{
border-color: #5AFD8A;
}
.TagClassName
{
border-color: #5AFD8A;
}
</style>