Shades of Screamin' Green #5FDD58
Tints of Screamin' Green #5FDD58
RGB
CMYK
RGB Variations
Color information
#5FDD58 (or 0x5FDD58) is known color: Screamin' Green. HEX triplet: 5F, DD and 58. RGB value is (95,221,88). Sum of RGB (Red+Green+Blue) = 95+221+88=404 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.51% from 404); Green value is 221 (86.72% from 255 or 54.70% from 404); Blue value is 88 (34.77% from 255 or 21.78% from 404); Max value from RGB is 221 - color contains mainly: green. Hex color #5FDD58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FDD58 is #A022A7. Grayscale: #A8A8A8. Windows color (decimal): -10494632 or 5823839. OLE color: 5823839.
HSL color Cylindrical-coordinate representation of color #5FDD58: hue angle of 116.84º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FDD58 is Cyan = 0.57, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 221 | 88 | - |
| CMYK | 0.57 | 0 | 0.60 | 0.13 |
| HSL | 116.84º | 0.66% | 0.61% | - |
| HSV(B) | 116.84º | 0.6% | 0.87% | - |
| XYZ | 32.34 | 54.85 | 18.12 | - |
| YUV | 168.16 | 82.76 | 75.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 221 | 88 | 0.57 | 0 | 0.60 | 0.13 | 116.84 | 0.66 | 0.61 |
| Hex | 5F | DD | 58 | 39 | 0 | 3C | D | 75 | 42 | 3D |
| Octal | 137 | 335 | 130 | 71 | 0 | 74 | 15 | 165 | 102 | 75 |
| Binary | 1011111 | 11011101 | 1011000 | 111001 | 0 | 111100 | 1101 | 1110101 | 1000010 | 111101 |
Color Harmonies of #5FDD58
Complementary color
Monochromatic Colors of #5FDD58
Black with #5FDD58
Text Example
Text Example
White with #5FDD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDD58; }
p { color: rgb(95,221,88); }
H1.HeaderClassName
{
color: #5FDD58;
}
.AnyTagClassName
{
color: #5FDD58;
}
</style>
background-color css
<style>
a { background-color: #5FDD58; }
a { background-color: rgb(95,221,88); }
div.DivClassName
{
background-color: #5FDD58;
}
.BgClassName
{
background-color: #5FDD58;
}
</style>
border-color css
<style>
span { border-color: #5FDD58; }
span { border-color: rgb(95,221,88); }
td.TdClassName
{
border-color: #5FDD58;
}
.TagClassName
{
border-color: #5FDD58;
}
</style>