Shades of Screamin' Green #5FDD4F
Tints of Screamin' Green #5FDD4F
RGB
CMYK
RGB Variations
Color information
#5FDD4F (or 0x5FDD4F) is known color: Screamin' Green. HEX triplet: 5F, DD and 4F. RGB value is (95,221,79). Sum of RGB (Red+Green+Blue) = 95+221+79=395 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.05% from 395); Green value is 221 (86.72% from 255 or 55.95% from 395); Blue value is 79 (31.25% from 255 or 20% from 395); Max value from RGB is 221 - color contains mainly: green. Hex color #5FDD4F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FDD4F is #A022B0. Grayscale: #A7A7A7. Windows color (decimal): -10494641 or 5234015. OLE color: 5234015.
HSL color Cylindrical-coordinate representation of color #5FDD4F: hue angle of 113.24º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5FDD4F is Cyan = 0.57, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 221 | 79 | - |
| CMYK | 0.57 | 0 | 0.64 | 0.13 |
| HSL | 113.24º | 0.68% | 0.59% | - |
| HSV(B) | 113.24º | 0.64% | 0.87% | - |
| XYZ | 31.99 | 54.71 | 16.27 | - |
| YUV | 167.14 | 78.26 | 76.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 221 | 79 | 0.57 | 0 | 0.64 | 0.13 | 113.24 | 0.68 | 0.59 |
| Hex | 5F | DD | 4F | 39 | 0 | 40 | D | 71 | 44 | 3B |
| Octal | 137 | 335 | 117 | 71 | 0 | 100 | 15 | 161 | 104 | 73 |
| Binary | 1011111 | 11011101 | 1001111 | 111001 | 0 | 1000000 | 1101 | 1110001 | 1000100 | 111011 |
Color Harmonies of #5FDD4F
Complementary color
Monochromatic Colors of #5FDD4F
Black with #5FDD4F
Text Example
Text Example
White with #5FDD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDD4F; }
p { color: rgb(95,221,79); }
H1.HeaderClassName
{
color: #5FDD4F;
}
.AnyTagClassName
{
color: #5FDD4F;
}
</style>
background-color css
<style>
a { background-color: #5FDD4F; }
a { background-color: rgb(95,221,79); }
div.DivClassName
{
background-color: #5FDD4F;
}
.BgClassName
{
background-color: #5FDD4F;
}
</style>
border-color css
<style>
span { border-color: #5FDD4F; }
span { border-color: rgb(95,221,79); }
td.TdClassName
{
border-color: #5FDD4F;
}
.TagClassName
{
border-color: #5FDD4F;
}
</style>