Shades of Screamin' Green #58F582
Tints of Screamin' Green #58F582
RGB
CMYK
RGB Variations
Color information
#58F582 (or 0x58F582) is known color: Screamin' Green. HEX triplet: 58, F5 and 82. RGB value is (88,245,130). Sum of RGB (Red+Green+Blue) = 88+245+130=463 (61% of max value = 765). Red value is 88 (34.77% from 255 or 19.01% from 463); Green value is 245 (96.09% from 255 or 52.92% from 463); Blue value is 130 (51.17% from 255 or 28.08% from 463); Max value from RGB is 245 - color contains mainly: green. Hex color #58F582 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #58F582 is #A70A7D. Grayscale: #B9B9B9. Windows color (decimal): -10947198 or 8582488. OLE color: 8582488.
HSL color Cylindrical-coordinate representation of color #58F582: hue angle of 136.05º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #58F582 is Cyan = 0.64, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 88 | 245 | 130 | - |
| CMYK | 0.64 | 0 | 0.47 | 0.04 |
| HSL | 136.05º | 0.89% | 0.65% | - |
| HSV(B) | 136.05º | 0.64% | 0.96% | - |
| XYZ | 40.71 | 68.99 | 32.29 | - |
| YUV | 184.95 | 96.99 | 58.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 245 | 130 | 0.64 | 0 | 0.47 | 0.04 | 136.05 | 0.89 | 0.65 |
| Hex | 58 | F5 | 82 | 40 | 0 | 2F | 4 | 88 | 59 | 41 |
| Octal | 130 | 365 | 202 | 100 | 0 | 57 | 4 | 210 | 131 | 101 |
| Binary | 1011000 | 11110101 | 10000010 | 1000000 | 0 | 101111 | 100 | 10001000 | 1011001 | 1000001 |
Color Harmonies of #58F582
Complementary color
Monochromatic Colors of #58F582
Black with #58F582
Text Example
Text Example
White with #58F582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58F582; }
p { color: rgb(88,245,130); }
H1.HeaderClassName
{
color: #58F582;
}
.AnyTagClassName
{
color: #58F582;
}
</style>
background-color css
<style>
a { background-color: #58F582; }
a { background-color: rgb(88,245,130); }
div.DivClassName
{
background-color: #58F582;
}
.BgClassName
{
background-color: #58F582;
}
</style>
border-color css
<style>
span { border-color: #58F582; }
span { border-color: rgb(88,245,130); }
td.TdClassName
{
border-color: #58F582;
}
.TagClassName
{
border-color: #58F582;
}
</style>