Shades of Screamin' Green #58FE50
Tints of Screamin' Green #58FE50
RGB
CMYK
RGB Variations
Color information
#58FE50 (or 0x58FE50) is known color: Screamin' Green. HEX triplet: 58, FE and 50. RGB value is (88,254,80). Sum of RGB (Red+Green+Blue) = 88+254+80=422 (55% of max value = 765). Red value is 88 (34.77% from 255 or 20.85% from 422); Green value is 254 (99.61% from 255 or 60.19% from 422); Blue value is 80 (31.64% from 255 or 18.96% from 422); Max value from RGB is 254 - color contains mainly: green. Hex color #58FE50 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #58FE50 is #A701AF. Grayscale: #B9B9B9. Windows color (decimal): -10944944 or 5307992. OLE color: 5307992.
HSL color Cylindrical-coordinate representation of color #58FE50: hue angle of 117.24º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #58FE50 is Cyan = 0.65, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 88 | 254 | 80 | - |
| CMYK | 0.65 | 0 | 0.69 | 0.00 |
| HSL | 117.24º | 0.99% | 0.65% | - |
| HSV(B) | 117.24º | 0.69% | 1% | - |
| XYZ | 40.91 | 73.54 | 19.63 | - |
| YUV | 184.53 | 69 | 59.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 254 | 80 | 0.65 | 0 | 0.69 | 0.00 | 117.24 | 0.99 | 0.65 |
| Hex | 58 | FE | 50 | 41 | 0 | 45 | 0 | 75 | 63 | 41 |
| Octal | 130 | 376 | 120 | 101 | 0 | 105 | 0 | 165 | 143 | 101 |
| Binary | 1011000 | 11111110 | 1010000 | 1000001 | 0 | 1000101 | 0 | 1110101 | 1100011 | 1000001 |
Color Harmonies of #58FE50
Complementary color
Monochromatic Colors of #58FE50
Black with #58FE50
Text Example
Text Example
White with #58FE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58FE50; }
p { color: rgb(88,254,80); }
H1.HeaderClassName
{
color: #58FE50;
}
.AnyTagClassName
{
color: #58FE50;
}
</style>
background-color css
<style>
a { background-color: #58FE50; }
a { background-color: rgb(88,254,80); }
div.DivClassName
{
background-color: #58FE50;
}
.BgClassName
{
background-color: #58FE50;
}
</style>
border-color css
<style>
span { border-color: #58FE50; }
span { border-color: rgb(88,254,80); }
td.TdClassName
{
border-color: #58FE50;
}
.TagClassName
{
border-color: #58FE50;
}
</style>