Shades of Screamin' Green #58F238
Tints of Screamin' Green #58F238
RGB
CMYK
RGB Variations
Color information
#58F238 (or 0x58F238) is known color: Screamin' Green. HEX triplet: 58, F2 and 38. RGB value is (88,242,56). Sum of RGB (Red+Green+Blue) = 88+242+56=386 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.80% from 386); Green value is 242 (94.92% from 255 or 62.69% from 386); Blue value is 56 (22.27% from 255 or 14.51% from 386); Max value from RGB is 242 - color contains mainly: green. Hex color #58F238 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #58F238 is #A70DC7. Grayscale: #AFAFAF. Windows color (decimal): -10948040 or 3732056. OLE color: 3732056.
HSL color Cylindrical-coordinate representation of color #58F238: hue angle of 109.68º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #58F238 is Cyan = 0.64, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 88 | 242 | 56 | - |
| CMYK | 0.64 | 0 | 0.77 | 0.05 |
| HSL | 109.68º | 0.88% | 0.58% | - |
| HSV(B) | 109.68º | 0.77% | 0.95% | - |
| XYZ | 36.49 | 65.86 | 14.53 | - |
| YUV | 174.75 | 60.98 | 66.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 242 | 56 | 0.64 | 0 | 0.77 | 0.05 | 109.68 | 0.88 | 0.58 |
| Hex | 58 | F2 | 38 | 40 | 0 | 4D | 5 | 6E | 58 | 3A |
| Octal | 130 | 362 | 70 | 100 | 0 | 115 | 5 | 156 | 130 | 72 |
| Binary | 1011000 | 11110010 | 111000 | 1000000 | 0 | 1001101 | 101 | 1101110 | 1011000 | 111010 |
Color Harmonies of #58F238
Complementary color
Monochromatic Colors of #58F238
Black with #58F238
Text Example
Text Example
White with #58F238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58F238; }
p { color: rgb(88,242,56); }
H1.HeaderClassName
{
color: #58F238;
}
.AnyTagClassName
{
color: #58F238;
}
</style>
background-color css
<style>
a { background-color: #58F238; }
a { background-color: rgb(88,242,56); }
div.DivClassName
{
background-color: #58F238;
}
.BgClassName
{
background-color: #58F238;
}
</style>
border-color css
<style>
span { border-color: #58F238; }
span { border-color: rgb(88,242,56); }
td.TdClassName
{
border-color: #58F238;
}
.TagClassName
{
border-color: #58F238;
}
</style>