Shades of Screamin' Green #58DD50
Tints of Screamin' Green #58DD50
RGB
CMYK
RGB Variations
Color information
#58DD50 (or 0x58DD50) is known color: Screamin' Green. HEX triplet: 58, DD and 50. RGB value is (88,221,80). Sum of RGB (Red+Green+Blue) = 88+221+80=389 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.62% from 389); Green value is 221 (86.72% from 255 or 56.81% from 389); Blue value is 80 (31.64% from 255 or 20.57% from 389); Max value from RGB is 221 - color contains mainly: green. Hex color #58DD50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58DD50 is #A722AF. Grayscale: #A5A5A5. Windows color (decimal): -10953392 or 5299544. OLE color: 5299544.
HSL color Cylindrical-coordinate representation of color #58DD50: hue angle of 116.6º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #58DD50 is Cyan = 0.60, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 221 | 80 | - |
| CMYK | 0.60 | 0 | 0.64 | 0.13 |
| HSL | 116.6º | 0.67% | 0.59% | - |
| HSV(B) | 116.6º | 0.64% | 0.87% | - |
| XYZ | 31.33 | 54.37 | 16.43 | - |
| YUV | 165.16 | 79.94 | 72.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 221 | 80 | 0.60 | 0 | 0.64 | 0.13 | 116.6 | 0.67 | 0.59 |
| Hex | 58 | DD | 50 | 3C | 0 | 40 | D | 75 | 43 | 3B |
| Octal | 130 | 335 | 120 | 74 | 0 | 100 | 15 | 165 | 103 | 73 |
| Binary | 1011000 | 11011101 | 1010000 | 111100 | 0 | 1000000 | 1101 | 1110101 | 1000011 | 111011 |
Color Harmonies of #58DD50
Complementary color
Monochromatic Colors of #58DD50
Black with #58DD50
Text Example
Text Example
White with #58DD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DD50; }
p { color: rgb(88,221,80); }
H1.HeaderClassName
{
color: #58DD50;
}
.AnyTagClassName
{
color: #58DD50;
}
</style>
background-color css
<style>
a { background-color: #58DD50; }
a { background-color: rgb(88,221,80); }
div.DivClassName
{
background-color: #58DD50;
}
.BgClassName
{
background-color: #58DD50;
}
</style>
border-color css
<style>
span { border-color: #58DD50; }
span { border-color: rgb(88,221,80); }
td.TdClassName
{
border-color: #58DD50;
}
.TagClassName
{
border-color: #58DD50;
}
</style>