Shades of Screamin' Green #5ADD5D
Tints of Screamin' Green #5ADD5D
RGB
CMYK
RGB Variations
Color information
#5ADD5D (or 0x5ADD5D) is known color: Screamin' Green. HEX triplet: 5A, DD and 5D. RGB value is (90,221,93). Sum of RGB (Red+Green+Blue) = 90+221+93=404 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.28% from 404); Green value is 221 (86.72% from 255 or 54.70% from 404); Blue value is 93 (36.72% from 255 or 23.02% from 404); Max value from RGB is 221 - color contains mainly: green. Hex color #5ADD5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ADD5D is #A522A2. Grayscale: #A7A7A7. Windows color (decimal): -10822307 or 6151514. OLE color: 6151514.
HSL color Cylindrical-coordinate representation of color #5ADD5D: hue angle of 121.37º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ADD5D is Cyan = 0.59, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 221 | 93 | - |
| CMYK | 0.59 | 0 | 0.58 | 0.13 |
| HSL | 121.37º | 0.66% | 0.61% | - |
| HSV(B) | 121.37º | 0.59% | 0.87% | - |
| XYZ | 32.05 | 54.68 | 19.22 | - |
| YUV | 167.24 | 86.1 | 72.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 221 | 93 | 0.59 | 0 | 0.58 | 0.13 | 121.37 | 0.66 | 0.61 |
| Hex | 5A | DD | 5D | 3B | 0 | 3A | D | 79 | 42 | 3D |
| Octal | 132 | 335 | 135 | 73 | 0 | 72 | 15 | 171 | 102 | 75 |
| Binary | 1011010 | 11011101 | 1011101 | 111011 | 0 | 111010 | 1101 | 1111001 | 1000010 | 111101 |
Color Harmonies of #5ADD5D
Complementary color
Monochromatic Colors of #5ADD5D
Black with #5ADD5D
Text Example
Text Example
White with #5ADD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADD5D; }
p { color: rgb(90,221,93); }
H1.HeaderClassName
{
color: #5ADD5D;
}
.AnyTagClassName
{
color: #5ADD5D;
}
</style>
background-color css
<style>
a { background-color: #5ADD5D; }
a { background-color: rgb(90,221,93); }
div.DivClassName
{
background-color: #5ADD5D;
}
.BgClassName
{
background-color: #5ADD5D;
}
</style>
border-color css
<style>
span { border-color: #5ADD5D; }
span { border-color: rgb(90,221,93); }
td.TdClassName
{
border-color: #5ADD5D;
}
.TagClassName
{
border-color: #5ADD5D;
}
</style>