Shades of Screamin' Green #5ADA50
Tints of Screamin' Green #5ADA50
RGB
CMYK
RGB Variations
Color information
#5ADA50 (or 0x5ADA50) is known color: Screamin' Green. HEX triplet: 5A, DA and 50. RGB value is (90,218,80). Sum of RGB (Red+Green+Blue) = 90+218+80=388 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.20% from 388); Green value is 218 (85.55% from 255 or 56.19% from 388); Blue value is 80 (31.64% from 255 or 20.62% from 388); Max value from RGB is 218 - color contains mainly: green. Hex color #5ADA50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ADA50 is #A525AF. Grayscale: #A4A4A4. Windows color (decimal): -10823088 or 5298778. OLE color: 5298778.
HSL color Cylindrical-coordinate representation of color #5ADA50: hue angle of 115.65º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5ADA50 is Cyan = 0.59, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 90 | 218 | 80 | - |
| CMYK | 0.59 | 0 | 0.63 | 0.15 |
| HSL | 115.65º | 0.65% | 0.58% | - |
| HSV(B) | 115.65º | 0.63% | 0.85% | - |
| XYZ | 30.74 | 52.9 | 16.18 | - |
| YUV | 164 | 80.59 | 75.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 218 | 80 | 0.59 | 0 | 0.63 | 0.15 | 115.65 | 0.65 | 0.58 |
| Hex | 5A | DA | 50 | 3B | 0 | 3F | F | 74 | 41 | 3A |
| Octal | 132 | 332 | 120 | 73 | 0 | 77 | 17 | 164 | 101 | 72 |
| Binary | 1011010 | 11011010 | 1010000 | 111011 | 0 | 111111 | 1111 | 1110100 | 1000001 | 111010 |
Color Harmonies of #5ADA50
Complementary color
Monochromatic Colors of #5ADA50
Black with #5ADA50
Text Example
Text Example
White with #5ADA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADA50; }
p { color: rgb(90,218,80); }
H1.HeaderClassName
{
color: #5ADA50;
}
.AnyTagClassName
{
color: #5ADA50;
}
</style>
background-color css
<style>
a { background-color: #5ADA50; }
a { background-color: rgb(90,218,80); }
div.DivClassName
{
background-color: #5ADA50;
}
.BgClassName
{
background-color: #5ADA50;
}
</style>
border-color css
<style>
span { border-color: #5ADA50; }
span { border-color: rgb(90,218,80); }
td.TdClassName
{
border-color: #5ADA50;
}
.TagClassName
{
border-color: #5ADA50;
}
</style>