Shades of Screamin' Green #58FF49
Tints of Screamin' Green #58FF49
RGB
CMYK
RGB Variations
Color information
#58FF49 (or 0x58FF49) is known color: Screamin' Green. HEX triplet: 58, FF and 49. RGB value is (88,255,73). Sum of RGB (Red+Green+Blue) = 88+255+73=416 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.15% from 416); Green value is 255 (100% from 255 or 61.30% from 416); Blue value is 73 (28.91% from 255 or 17.55% from 416); Max value from RGB is 255 - color contains mainly: green. Hex color #58FF49 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #58FF49 is #A700B6. Grayscale: #B8B8B8. Windows color (decimal): -10944695 or 4849496. OLE color: 4849496.
HSL color Cylindrical-coordinate representation of color #58FF49: hue angle of 115.05º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #58FF49 is Cyan = 0.65, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 255 | 73 | - |
| CMYK | 0.65 | 0 | 0.71 | 0 |
| HSL | 115.05º | 1% | 0.64% | - |
| HSV(B) | 115.05º | 0.71% | 1% | - |
| XYZ | 40.99 | 74.08 | 18.44 | - |
| YUV | 184.32 | 65.17 | 59.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 255 | 73 | 0.65 | 0 | 0.71 | 0 | 115.05 | 1 | 0.64 |
| Hex | 58 | FF | 49 | 41 | 0 | 47 | 0 | 73 | 64 | 40 |
| Octal | 130 | 377 | 111 | 101 | 0 | 107 | 0 | 163 | 144 | 100 |
| Binary | 1011000 | 11111111 | 1001001 | 1000001 | 0 | 1000111 | 0 | 1110011 | 1100100 | 1000000 |
Color Harmonies of #58FF49
Complementary color
Monochromatic Colors of #58FF49
Black with #58FF49
Text Example
Text Example
White with #58FF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58FF49; }
p { color: rgb(88,255,73); }
H1.HeaderClassName
{
color: #58FF49;
}
.AnyTagClassName
{
color: #58FF49;
}
</style>
background-color css
<style>
a { background-color: #58FF49; }
a { background-color: rgb(88,255,73); }
div.DivClassName
{
background-color: #58FF49;
}
.BgClassName
{
background-color: #58FF49;
}
</style>
border-color css
<style>
span { border-color: #58FF49; }
span { border-color: rgb(88,255,73); }
td.TdClassName
{
border-color: #58FF49;
}
.TagClassName
{
border-color: #58FF49;
}
</style>