Shades of Screamin' Green #58FE85
Tints of Screamin' Green #58FE85
RGB
CMYK
RGB Variations
Color information
#58FE85 (or 0x58FE85) is known color: Screamin' Green. HEX triplet: 58, FE and 85. RGB value is (88,254,133). Sum of RGB (Red+Green+Blue) = 88+254+133=475 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.53% from 475); Green value is 254 (99.61% from 255 or 53.47% from 475); Blue value is 133 (52.34% from 255 or 28% from 475); Max value from RGB is 254 - color contains mainly: green. Hex color #58FE85 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #58FE85 is #A7017A. Grayscale: #BEBEBE. Windows color (decimal): -10944891 or 8781400. OLE color: 8781400.
HSL color Cylindrical-coordinate representation of color #58FE85: hue angle of 136.27º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58FE85 is Cyan = 0.65, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 88 | 254 | 133 | - |
| CMYK | 0.65 | 0 | 0.48 | 0.00 |
| HSL | 136.27º | 0.99% | 0.67% | - |
| HSV(B) | 136.27º | 0.65% | 1% | - |
| XYZ | 43.7 | 74.65 | 34.3 | - |
| YUV | 190.57 | 95.5 | 54.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 254 | 133 | 0.65 | 0 | 0.48 | 0.00 | 136.27 | 0.99 | 0.67 |
| Hex | 58 | FE | 85 | 41 | 0 | 30 | 0 | 88 | 63 | 43 |
| Octal | 130 | 376 | 205 | 101 | 0 | 60 | 0 | 210 | 143 | 103 |
| Binary | 1011000 | 11111110 | 10000101 | 1000001 | 0 | 110000 | 0 | 10001000 | 1100011 | 1000011 |
Color Harmonies of #58FE85
Complementary color
Monochromatic Colors of #58FE85
Black with #58FE85
Text Example
Text Example
White with #58FE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58FE85; }
p { color: rgb(88,254,133); }
H1.HeaderClassName
{
color: #58FE85;
}
.AnyTagClassName
{
color: #58FE85;
}
</style>
background-color css
<style>
a { background-color: #58FE85; }
a { background-color: rgb(88,254,133); }
div.DivClassName
{
background-color: #58FE85;
}
.BgClassName
{
background-color: #58FE85;
}
</style>
border-color css
<style>
span { border-color: #58FE85; }
span { border-color: rgb(88,254,133); }
td.TdClassName
{
border-color: #58FE85;
}
.TagClassName
{
border-color: #58FE85;
}
</style>