Shades of Screamin' Green #5ADC5D
Tints of Screamin' Green #5ADC5D
RGB
CMYK
RGB Variations
Color information
#5ADC5D (or 0x5ADC5D) is known color: Screamin' Green. HEX triplet: 5A, DC and 5D. RGB value is (90,220,93). Sum of RGB (Red+Green+Blue) = 90+220+93=403 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.33% from 403); Green value is 220 (86.33% from 255 or 54.59% from 403); Blue value is 93 (36.72% from 255 or 23.08% from 403); Max value from RGB is 220 - color contains mainly: green. Hex color #5ADC5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ADC5D is #A523A2. Grayscale: #A7A7A7. Windows color (decimal): -10822563 or 6151258. OLE color: 6151258.
HSL color Cylindrical-coordinate representation of color #5ADC5D: hue angle of 121.38º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ADC5D is Cyan = 0.59, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 220 | 93 | - |
| CMYK | 0.59 | 0 | 0.58 | 0.14 |
| HSL | 121.38º | 0.65% | 0.61% | - |
| HSV(B) | 121.38º | 0.59% | 0.86% | - |
| XYZ | 31.79 | 54.15 | 19.13 | - |
| YUV | 166.65 | 86.43 | 73.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 220 | 93 | 0.59 | 0 | 0.58 | 0.14 | 121.38 | 0.65 | 0.61 |
| Hex | 5A | DC | 5D | 3B | 0 | 3A | E | 79 | 41 | 3D |
| Octal | 132 | 334 | 135 | 73 | 0 | 72 | 16 | 171 | 101 | 75 |
| Binary | 1011010 | 11011100 | 1011101 | 111011 | 0 | 111010 | 1110 | 1111001 | 1000001 | 111101 |
Color Harmonies of #5ADC5D
Complementary color
Monochromatic Colors of #5ADC5D
Black with #5ADC5D
Text Example
Text Example
White with #5ADC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADC5D; }
p { color: rgb(90,220,93); }
H1.HeaderClassName
{
color: #5ADC5D;
}
.AnyTagClassName
{
color: #5ADC5D;
}
</style>
background-color css
<style>
a { background-color: #5ADC5D; }
a { background-color: rgb(90,220,93); }
div.DivClassName
{
background-color: #5ADC5D;
}
.BgClassName
{
background-color: #5ADC5D;
}
</style>
border-color css
<style>
span { border-color: #5ADC5D; }
span { border-color: rgb(90,220,93); }
td.TdClassName
{
border-color: #5ADC5D;
}
.TagClassName
{
border-color: #5ADC5D;
}
</style>