Shades of Screamin' Green #5AED7E
Tints of Screamin' Green #5AED7E
RGB
CMYK
RGB Variations
Color information
#5AED7E (or 0x5AED7E) is known color: Screamin' Green. HEX triplet: 5A, ED and 7E. RGB value is (90,237,126). Sum of RGB (Red+Green+Blue) = 90+237+126=453 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.87% from 453); Green value is 237 (92.97% from 255 or 52.32% from 453); Blue value is 126 (49.61% from 255 or 27.81% from 453); Max value from RGB is 237 - color contains mainly: green. Hex color #5AED7E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5AED7E is #A51281. Grayscale: #B4B4B4. Windows color (decimal): -10818178 or 8318298. OLE color: 8318298.
HSL color Cylindrical-coordinate representation of color #5AED7E: hue angle of 134.69º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AED7E is Cyan = 0.62, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 237 | 126 | - |
| CMYK | 0.62 | 0 | 0.47 | 0.07 |
| HSL | 134.69º | 0.8% | 0.64% | - |
| HSV(B) | 134.69º | 0.62% | 0.93% | - |
| XYZ | 38.27 | 64.25 | 30.12 | - |
| YUV | 180.39 | 97.3 | 63.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 237 | 126 | 0.62 | 0 | 0.47 | 0.07 | 134.69 | 0.8 | 0.64 |
| Hex | 5A | ED | 7E | 3E | 0 | 2F | 7 | 87 | 50 | 40 |
| Octal | 132 | 355 | 176 | 76 | 0 | 57 | 7 | 207 | 120 | 100 |
| Binary | 1011010 | 11101101 | 1111110 | 111110 | 0 | 101111 | 111 | 10000111 | 1010000 | 1000000 |
Color Harmonies of #5AED7E
Complementary color
Monochromatic Colors of #5AED7E
Black with #5AED7E
Text Example
Text Example
White with #5AED7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AED7E; }
p { color: rgb(90,237,126); }
H1.HeaderClassName
{
color: #5AED7E;
}
.AnyTagClassName
{
color: #5AED7E;
}
</style>
background-color css
<style>
a { background-color: #5AED7E; }
a { background-color: rgb(90,237,126); }
div.DivClassName
{
background-color: #5AED7E;
}
.BgClassName
{
background-color: #5AED7E;
}
</style>
border-color css
<style>
span { border-color: #5AED7E; }
span { border-color: rgb(90,237,126); }
td.TdClassName
{
border-color: #5AED7E;
}
.TagClassName
{
border-color: #5AED7E;
}
</style>