Shades of Screamin' Green #58FF4D
Tints of Screamin' Green #58FF4D
RGB
CMYK
RGB Variations
Color information
#58FF4D (or 0x58FF4D) is known color: Screamin' Green. HEX triplet: 58, FF and 4D. RGB value is (88,255,77). Sum of RGB (Red+Green+Blue) = 88+255+77=420 (55% of max value = 765). Red value is 88 (34.77% from 255 or 20.95% from 420); Green value is 255 (100% from 255 or 60.71% from 420); Blue value is 77 (30.47% from 255 or 18.33% from 420); Max value from RGB is 255 - color contains mainly: green. Hex color #58FF4D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #58FF4D is #A700B2. Grayscale: #B9B9B9. Windows color (decimal): -10944691 or 5111640. OLE color: 5111640.
HSL color Cylindrical-coordinate representation of color #58FF4D: hue angle of 116.29º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #58FF4D is Cyan = 0.65, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 255 | 77 | - |
| CMYK | 0.65 | 0 | 0.70 | 0 |
| HSL | 116.29º | 1% | 0.65% | - |
| HSV(B) | 116.29º | 0.7% | 1% | - |
| XYZ | 41.12 | 74.13 | 19.16 | - |
| YUV | 184.78 | 67.17 | 58.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 255 | 77 | 0.65 | 0 | 0.70 | 0 | 116.29 | 1 | 0.65 |
| Hex | 58 | FF | 4D | 41 | 0 | 46 | 0 | 74 | 64 | 41 |
| Octal | 130 | 377 | 115 | 101 | 0 | 106 | 0 | 164 | 144 | 101 |
| Binary | 1011000 | 11111111 | 1001101 | 1000001 | 0 | 1000110 | 0 | 1110100 | 1100100 | 1000001 |
Color Harmonies of #58FF4D
Complementary color
Monochromatic Colors of #58FF4D
Black with #58FF4D
Text Example
Text Example
White with #58FF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58FF4D; }
p { color: rgb(88,255,77); }
H1.HeaderClassName
{
color: #58FF4D;
}
.AnyTagClassName
{
color: #58FF4D;
}
</style>
background-color css
<style>
a { background-color: #58FF4D; }
a { background-color: rgb(88,255,77); }
div.DivClassName
{
background-color: #58FF4D;
}
.BgClassName
{
background-color: #58FF4D;
}
</style>
border-color css
<style>
span { border-color: #58FF4D; }
span { border-color: rgb(88,255,77); }
td.TdClassName
{
border-color: #58FF4D;
}
.TagClassName
{
border-color: #58FF4D;
}
</style>