Shades of Screamin' Green #5AE046
Tints of Screamin' Green #5AE046
RGB
CMYK
RGB Variations
Color information
#5AE046 (or 0x5AE046) is known color: Screamin' Green. HEX triplet: 5A, E0 and 46. RGB value is (90,224,70). Sum of RGB (Red+Green+Blue) = 90+224+70=384 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.44% from 384); Green value is 224 (87.89% from 255 or 58.33% from 384); Blue value is 70 (27.73% from 255 or 18.23% from 384); Max value from RGB is 224 - color contains mainly: green. Hex color #5AE046 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AE046 is #A51FB9. Grayscale: #A6A6A6. Windows color (decimal): -10821562 or 4644954. OLE color: 4644954.
HSL color Cylindrical-coordinate representation of color #5AE046: hue angle of 112.21º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5AE046 is Cyan = 0.60, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 90 | 224 | 70 | - |
| CMYK | 0.60 | 0 | 0.69 | 0.12 |
| HSL | 112.21º | 0.71% | 0.58% | - |
| HSV(B) | 112.21º | 0.69% | 0.88% | - |
| XYZ | 31.98 | 55.93 | 14.9 | - |
| YUV | 166.38 | 73.61 | 73.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 224 | 70 | 0.60 | 0 | 0.69 | 0.12 | 112.21 | 0.71 | 0.58 |
| Hex | 5A | E0 | 46 | 3C | 0 | 45 | C | 70 | 47 | 3A |
| Octal | 132 | 340 | 106 | 74 | 0 | 105 | 14 | 160 | 107 | 72 |
| Binary | 1011010 | 11100000 | 1000110 | 111100 | 0 | 1000101 | 1100 | 1110000 | 1000111 | 111010 |
Color Harmonies of #5AE046
Complementary color
Monochromatic Colors of #5AE046
Black with #5AE046
Text Example
Text Example
White with #5AE046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE046; }
p { color: rgb(90,224,70); }
H1.HeaderClassName
{
color: #5AE046;
}
.AnyTagClassName
{
color: #5AE046;
}
</style>
background-color css
<style>
a { background-color: #5AE046; }
a { background-color: rgb(90,224,70); }
div.DivClassName
{
background-color: #5AE046;
}
.BgClassName
{
background-color: #5AE046;
}
</style>
border-color css
<style>
span { border-color: #5AE046; }
span { border-color: rgb(90,224,70); }
td.TdClassName
{
border-color: #5AE046;
}
.TagClassName
{
border-color: #5AE046;
}
</style>