Shades of Screamin' Green #5ADC4D
Tints of Screamin' Green #5ADC4D
RGB
CMYK
RGB Variations
Color information
#5ADC4D (or 0x5ADC4D) is known color: Screamin' Green. HEX triplet: 5A, DC and 4D. RGB value is (90,220,77). Sum of RGB (Red+Green+Blue) = 90+220+77=387 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.26% from 387); Green value is 220 (86.33% from 255 or 56.85% from 387); Blue value is 77 (30.47% from 255 or 19.90% from 387); Max value from RGB is 220 - color contains mainly: green. Hex color #5ADC4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ADC4D is #A523B2. Grayscale: #A5A5A5. Windows color (decimal): -10822579 or 5102682. OLE color: 5102682.
HSL color Cylindrical-coordinate representation of color #5ADC4D: hue angle of 114.55º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5ADC4D is Cyan = 0.59, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 220 | 77 | - |
| CMYK | 0.59 | 0 | 0.65 | 0.14 |
| HSL | 114.55º | 0.67% | 0.58% | - |
| HSV(B) | 114.55º | 0.65% | 0.86% | - |
| XYZ | 31.15 | 53.9 | 15.78 | - |
| YUV | 164.83 | 78.43 | 74.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 220 | 77 | 0.59 | 0 | 0.65 | 0.14 | 114.55 | 0.67 | 0.58 |
| Hex | 5A | DC | 4D | 3B | 0 | 41 | E | 73 | 43 | 3A |
| Octal | 132 | 334 | 115 | 73 | 0 | 101 | 16 | 163 | 103 | 72 |
| Binary | 1011010 | 11011100 | 1001101 | 111011 | 0 | 1000001 | 1110 | 1110011 | 1000011 | 111010 |
Color Harmonies of #5ADC4D
Complementary color
Monochromatic Colors of #5ADC4D
Black with #5ADC4D
Text Example
Text Example
White with #5ADC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADC4D; }
p { color: rgb(90,220,77); }
H1.HeaderClassName
{
color: #5ADC4D;
}
.AnyTagClassName
{
color: #5ADC4D;
}
</style>
background-color css
<style>
a { background-color: #5ADC4D; }
a { background-color: rgb(90,220,77); }
div.DivClassName
{
background-color: #5ADC4D;
}
.BgClassName
{
background-color: #5ADC4D;
}
</style>
border-color css
<style>
span { border-color: #5ADC4D; }
span { border-color: rgb(90,220,77); }
td.TdClassName
{
border-color: #5ADC4D;
}
.TagClassName
{
border-color: #5ADC4D;
}
</style>