Shades of Screamin' Green #5FE050
Tints of Screamin' Green #5FE050
RGB
CMYK
RGB Variations
Color information
#5FE050 (or 0x5FE050) is known color: Screamin' Green. HEX triplet: 5F, E0 and 50. RGB value is (95,224,80). Sum of RGB (Red+Green+Blue) = 95+224+80=399 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.81% from 399); Green value is 224 (87.89% from 255 or 56.14% from 399); Blue value is 80 (31.64% from 255 or 20.05% from 399); Max value from RGB is 224 - color contains mainly: green. Hex color #5FE050 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FE050 is #A01FAF. Grayscale: #A9A9A9. Windows color (decimal): -10493872 or 5300319. OLE color: 5300319.
HSL color Cylindrical-coordinate representation of color #5FE050: hue angle of 113.75º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5FE050 is Cyan = 0.58, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 95 | 224 | 80 | - |
| CMYK | 0.58 | 0 | 0.64 | 0.12 |
| HSL | 113.75º | 0.7% | 0.6% | - |
| HSV(B) | 113.75º | 0.64% | 0.88% | - |
| XYZ | 32.82 | 56.32 | 16.73 | - |
| YUV | 169.01 | 77.76 | 75.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 224 | 80 | 0.58 | 0 | 0.64 | 0.12 | 113.75 | 0.7 | 0.6 |
| Hex | 5F | E0 | 50 | 3A | 0 | 40 | C | 72 | 46 | 3C |
| Octal | 137 | 340 | 120 | 72 | 0 | 100 | 14 | 162 | 106 | 74 |
| Binary | 1011111 | 11100000 | 1010000 | 111010 | 0 | 1000000 | 1100 | 1110010 | 1000110 | 111100 |
Color Harmonies of #5FE050
Complementary color
Monochromatic Colors of #5FE050
Black with #5FE050
Text Example
Text Example
White with #5FE050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE050; }
p { color: rgb(95,224,80); }
H1.HeaderClassName
{
color: #5FE050;
}
.AnyTagClassName
{
color: #5FE050;
}
</style>
background-color css
<style>
a { background-color: #5FE050; }
a { background-color: rgb(95,224,80); }
div.DivClassName
{
background-color: #5FE050;
}
.BgClassName
{
background-color: #5FE050;
}
</style>
border-color css
<style>
span { border-color: #5FE050; }
span { border-color: rgb(95,224,80); }
td.TdClassName
{
border-color: #5FE050;
}
.TagClassName
{
border-color: #5FE050;
}
</style>