Shades of Screamin' Green #58F270
Tints of Screamin' Green #58F270
RGB
CMYK
RGB Variations
Color information
#58F270 (or 0x58F270) is known color: Screamin' Green. HEX triplet: 58, F2 and 70. RGB value is (88,242,112). Sum of RGB (Red+Green+Blue) = 88+242+112=442 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.91% from 442); Green value is 242 (94.92% from 255 or 54.75% from 442); Blue value is 112 (44.14% from 255 or 25.34% from 442); Max value from RGB is 242 - color contains mainly: green. Hex color #58F270 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #58F270 is #A70D8F. Grayscale: #B5B5B5. Windows color (decimal): -10947984 or 7402072. OLE color: 7402072.
HSL color Cylindrical-coordinate representation of color #58F270: hue angle of 129.35º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #58F270 is Cyan = 0.64, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 88 | 242 | 112 | - |
| CMYK | 0.64 | 0 | 0.54 | 0.05 |
| HSL | 129.35º | 0.86% | 0.65% | - |
| HSV(B) | 129.35º | 0.64% | 0.95% | - |
| XYZ | 38.7 | 66.75 | 26.17 | - |
| YUV | 181.13 | 88.98 | 61.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 242 | 112 | 0.64 | 0 | 0.54 | 0.05 | 129.35 | 0.86 | 0.65 |
| Hex | 58 | F2 | 70 | 40 | 0 | 36 | 5 | 81 | 56 | 41 |
| Octal | 130 | 362 | 160 | 100 | 0 | 66 | 5 | 201 | 126 | 101 |
| Binary | 1011000 | 11110010 | 1110000 | 1000000 | 0 | 110110 | 101 | 10000001 | 1010110 | 1000001 |
Color Harmonies of #58F270
Complementary color
Monochromatic Colors of #58F270
Black with #58F270
Text Example
Text Example
White with #58F270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58F270; }
p { color: rgb(88,242,112); }
H1.HeaderClassName
{
color: #58F270;
}
.AnyTagClassName
{
color: #58F270;
}
</style>
background-color css
<style>
a { background-color: #58F270; }
a { background-color: rgb(88,242,112); }
div.DivClassName
{
background-color: #58F270;
}
.BgClassName
{
background-color: #58F270;
}
</style>
border-color css
<style>
span { border-color: #58F270; }
span { border-color: rgb(88,242,112); }
td.TdClassName
{
border-color: #58F270;
}
.TagClassName
{
border-color: #58F270;
}
</style>