Shades of Screamin' Green #58DD5C
Tints of Screamin' Green #58DD5C
RGB
CMYK
RGB Variations
Color information
#58DD5C (or 0x58DD5C) is known color: Screamin' Green. HEX triplet: 58, DD and 5C. RGB value is (88,221,92). Sum of RGB (Red+Green+Blue) = 88+221+92=401 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.95% from 401); Green value is 221 (86.72% from 255 or 55.11% from 401); Blue value is 92 (36.33% from 255 or 22.94% from 401); Max value from RGB is 221 - color contains mainly: green. Hex color #58DD5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58DD5C is #A722A3. Grayscale: #A6A6A6. Windows color (decimal): -10953380 or 6085976. OLE color: 6085976.
HSL color Cylindrical-coordinate representation of color #58DD5C: hue angle of 121.8º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58DD5C is Cyan = 0.60, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 221 | 92 | - |
| CMYK | 0.60 | 0 | 0.58 | 0.13 |
| HSL | 121.8º | 0.66% | 0.61% | - |
| HSV(B) | 121.8º | 0.6% | 0.87% | - |
| XYZ | 31.81 | 54.56 | 18.98 | - |
| YUV | 166.53 | 85.94 | 71.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 221 | 92 | 0.60 | 0 | 0.58 | 0.13 | 121.8 | 0.66 | 0.61 |
| Hex | 58 | DD | 5C | 3C | 0 | 3A | D | 7A | 42 | 3D |
| Octal | 130 | 335 | 134 | 74 | 0 | 72 | 15 | 172 | 102 | 75 |
| Binary | 1011000 | 11011101 | 1011100 | 111100 | 0 | 111010 | 1101 | 1111010 | 1000010 | 111101 |
Color Harmonies of #58DD5C
Complementary color
Monochromatic Colors of #58DD5C
Black with #58DD5C
Text Example
Text Example
White with #58DD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DD5C; }
p { color: rgb(88,221,92); }
H1.HeaderClassName
{
color: #58DD5C;
}
.AnyTagClassName
{
color: #58DD5C;
}
</style>
background-color css
<style>
a { background-color: #58DD5C; }
a { background-color: rgb(88,221,92); }
div.DivClassName
{
background-color: #58DD5C;
}
.BgClassName
{
background-color: #58DD5C;
}
</style>
border-color css
<style>
span { border-color: #58DD5C; }
span { border-color: rgb(88,221,92); }
td.TdClassName
{
border-color: #58DD5C;
}
.TagClassName
{
border-color: #58DD5C;
}
</style>