Shades of Screamin' Green #5AED4A
Tints of Screamin' Green #5AED4A
RGB
CMYK
RGB Variations
Color information
#5AED4A (or 0x5AED4A) is known color: Screamin' Green. HEX triplet: 5A, ED and 4A. RGB value is (90,237,74). Sum of RGB (Red+Green+Blue) = 90+237+74=401 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.44% from 401); Green value is 237 (92.97% from 255 or 59.10% from 401); Blue value is 74 (29.30% from 255 or 18.45% from 401); Max value from RGB is 237 - color contains mainly: green. Hex color #5AED4A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AED4A is #A512B5. Grayscale: #AEAEAE. Windows color (decimal): -10818230 or 4910426. OLE color: 4910426.
HSL color Cylindrical-coordinate representation of color #5AED4A: hue angle of 114.11º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5AED4A is Cyan = 0.62, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 237 | 74 | - |
| CMYK | 0.62 | 0 | 0.69 | 0.07 |
| HSL | 114.11º | 0.82% | 0.61% | - |
| HSV(B) | 114.11º | 0.69% | 0.93% | - |
| XYZ | 35.74 | 63.24 | 16.8 | - |
| YUV | 174.47 | 71.3 | 67.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 237 | 74 | 0.62 | 0 | 0.69 | 0.07 | 114.11 | 0.82 | 0.61 |
| Hex | 5A | ED | 4A | 3E | 0 | 45 | 7 | 72 | 52 | 3D |
| Octal | 132 | 355 | 112 | 76 | 0 | 105 | 7 | 162 | 122 | 75 |
| Binary | 1011010 | 11101101 | 1001010 | 111110 | 0 | 1000101 | 111 | 1110010 | 1010010 | 111101 |
Color Harmonies of #5AED4A
Complementary color
Monochromatic Colors of #5AED4A
Black with #5AED4A
Text Example
Text Example
White with #5AED4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AED4A; }
p { color: rgb(90,237,74); }
H1.HeaderClassName
{
color: #5AED4A;
}
.AnyTagClassName
{
color: #5AED4A;
}
</style>
background-color css
<style>
a { background-color: #5AED4A; }
a { background-color: rgb(90,237,74); }
div.DivClassName
{
background-color: #5AED4A;
}
.BgClassName
{
background-color: #5AED4A;
}
</style>
border-color css
<style>
span { border-color: #5AED4A; }
span { border-color: rgb(90,237,74); }
td.TdClassName
{
border-color: #5AED4A;
}
.TagClassName
{
border-color: #5AED4A;
}
</style>