Shades of Screamin' Green #58DD55
Tints of Screamin' Green #58DD55
RGB
CMYK
RGB Variations
Color information
#58DD55 (or 0x58DD55) is known color: Screamin' Green. HEX triplet: 58, DD and 55. RGB value is (88,221,85). Sum of RGB (Red+Green+Blue) = 88+221+85=394 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.34% from 394); Green value is 221 (86.72% from 255 or 56.09% from 394); Blue value is 85 (33.59% from 255 or 21.57% from 394); Max value from RGB is 221 - color contains mainly: green. Hex color #58DD55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58DD55 is #A722AA. Grayscale: #A6A6A6. Windows color (decimal): -10953387 or 5627224. OLE color: 5627224.
HSL color Cylindrical-coordinate representation of color #58DD55: hue angle of 118.68º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #58DD55 is Cyan = 0.60, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 221 | 85 | - |
| CMYK | 0.60 | 0 | 0.62 | 0.13 |
| HSL | 118.68º | 0.67% | 0.6% | - |
| HSV(B) | 118.68º | 0.62% | 0.87% | - |
| XYZ | 31.52 | 54.44 | 17.44 | - |
| YUV | 165.73 | 82.44 | 72.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 221 | 85 | 0.60 | 0 | 0.62 | 0.13 | 118.68 | 0.67 | 0.6 |
| Hex | 58 | DD | 55 | 3C | 0 | 3E | D | 77 | 43 | 3C |
| Octal | 130 | 335 | 125 | 74 | 0 | 76 | 15 | 167 | 103 | 74 |
| Binary | 1011000 | 11011101 | 1010101 | 111100 | 0 | 111110 | 1101 | 1110111 | 1000011 | 111100 |
Color Harmonies of #58DD55
Complementary color
Monochromatic Colors of #58DD55
Black with #58DD55
Text Example
Text Example
White with #58DD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DD55; }
p { color: rgb(88,221,85); }
H1.HeaderClassName
{
color: #58DD55;
}
.AnyTagClassName
{
color: #58DD55;
}
</style>
background-color css
<style>
a { background-color: #58DD55; }
a { background-color: rgb(88,221,85); }
div.DivClassName
{
background-color: #58DD55;
}
.BgClassName
{
background-color: #58DD55;
}
</style>
border-color css
<style>
span { border-color: #58DD55; }
span { border-color: rgb(88,221,85); }
td.TdClassName
{
border-color: #58DD55;
}
.TagClassName
{
border-color: #58DD55;
}
</style>