Shades of Screamin' Green #5FFD50
Tints of Screamin' Green #5FFD50
RGB
CMYK
RGB Variations
Color information
#5FFD50 (or 0x5FFD50) is known color: Screamin' Green. HEX triplet: 5F, FD and 50. RGB value is (95,253,80). Sum of RGB (Red+Green+Blue) = 95+253+80=428 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.20% from 428); Green value is 253 (99.22% from 255 or 59.11% from 428); Blue value is 80 (31.64% from 255 or 18.69% from 428); Max value from RGB is 253 - color contains mainly: green. Hex color #5FFD50 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5FFD50 is #A002AF. Grayscale: #BABABA. Windows color (decimal): -10486448 or 5307743. OLE color: 5307743.
HSL color Cylindrical-coordinate representation of color #5FFD50: hue angle of 114.8º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5FFD50 is Cyan = 0.62, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 253 | 80 | - |
| CMYK | 0.62 | 0 | 0.68 | 0.01 |
| HSL | 114.8º | 0.98% | 0.65% | - |
| HSV(B) | 114.8º | 0.68% | 0.99% | - |
| XYZ | 41.29 | 73.26 | 19.55 | - |
| YUV | 186.04 | 68.15 | 63.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 253 | 80 | 0.62 | 0 | 0.68 | 0.01 | 114.8 | 0.98 | 0.65 |
| Hex | 5F | FD | 50 | 3E | 0 | 44 | 1 | 73 | 62 | 41 |
| Octal | 137 | 375 | 120 | 76 | 0 | 104 | 1 | 163 | 142 | 101 |
| Binary | 1011111 | 11111101 | 1010000 | 111110 | 0 | 1000100 | 1 | 1110011 | 1100010 | 1000001 |
Color Harmonies of #5FFD50
Complementary color
Monochromatic Colors of #5FFD50
Black with #5FFD50
Text Example
Text Example
White with #5FFD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFD50; }
p { color: rgb(95,253,80); }
H1.HeaderClassName
{
color: #5FFD50;
}
.AnyTagClassName
{
color: #5FFD50;
}
</style>
background-color css
<style>
a { background-color: #5FFD50; }
a { background-color: rgb(95,253,80); }
div.DivClassName
{
background-color: #5FFD50;
}
.BgClassName
{
background-color: #5FFD50;
}
</style>
border-color css
<style>
span { border-color: #5FFD50; }
span { border-color: rgb(95,253,80); }
td.TdClassName
{
border-color: #5FFD50;
}
.TagClassName
{
border-color: #5FFD50;
}
</style>