Shades of Screamin' Green #58DD5A
Tints of Screamin' Green #58DD5A
RGB
CMYK
RGB Variations
Color information
#58DD5A (or 0x58DD5A) is known color: Screamin' Green. HEX triplet: 58, DD and 5A. RGB value is (88,221,90). Sum of RGB (Red+Green+Blue) = 88+221+90=399 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.06% from 399); Green value is 221 (86.72% from 255 or 55.39% from 399); Blue value is 90 (35.55% from 255 or 22.56% from 399); Max value from RGB is 221 - color contains mainly: green. Hex color #58DD5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58DD5A is #A722A5. Grayscale: #A6A6A6. Windows color (decimal): -10953382 or 5954904. OLE color: 5954904.
HSL color Cylindrical-coordinate representation of color #58DD5A: hue angle of 120.9º 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 #58DD5A is Cyan = 0.60, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 221 | 90 | - |
| CMYK | 0.60 | 0 | 0.59 | 0.13 |
| HSL | 120.9º | 0.66% | 0.61% | - |
| HSV(B) | 120.9º | 0.6% | 0.87% | - |
| XYZ | 31.73 | 54.53 | 18.53 | - |
| YUV | 166.3 | 84.94 | 72.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 221 | 90 | 0.60 | 0 | 0.59 | 0.13 | 120.9 | 0.66 | 0.61 |
| Hex | 58 | DD | 5A | 3C | 0 | 3B | D | 79 | 42 | 3D |
| Octal | 130 | 335 | 132 | 74 | 0 | 73 | 15 | 171 | 102 | 75 |
| Binary | 1011000 | 11011101 | 1011010 | 111100 | 0 | 111011 | 1101 | 1111001 | 1000010 | 111101 |
Color Harmonies of #58DD5A
Complementary color
Monochromatic Colors of #58DD5A
Black with #58DD5A
Text Example
Text Example
White with #58DD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DD5A; }
p { color: rgb(88,221,90); }
H1.HeaderClassName
{
color: #58DD5A;
}
.AnyTagClassName
{
color: #58DD5A;
}
</style>
background-color css
<style>
a { background-color: #58DD5A; }
a { background-color: rgb(88,221,90); }
div.DivClassName
{
background-color: #58DD5A;
}
.BgClassName
{
background-color: #58DD5A;
}
</style>
border-color css
<style>
span { border-color: #58DD5A; }
span { border-color: rgb(88,221,90); }
td.TdClassName
{
border-color: #58DD5A;
}
.TagClassName
{
border-color: #58DD5A;
}
</style>