Shades of Screamin' Green #5FFB80
Tints of Screamin' Green #5FFB80
RGB
CMYK
RGB Variations
Color information
#5FFB80 (or 0x5FFB80) is known color: Screamin' Green. HEX triplet: 5F, FB and 80. RGB value is (95,251,128). Sum of RGB (Red+Green+Blue) = 95+251+128=474 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.04% from 474); Green value is 251 (98.44% from 255 or 52.95% from 474); Blue value is 128 (50.39% from 255 or 27.00% from 474); Max value from RGB is 251 - color contains mainly: green. Hex color #5FFB80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FFB80 is #A0047F. Grayscale: #BEBEBE. Windows color (decimal): -10486912 or 8452959. OLE color: 8452959.
HSL color Cylindrical-coordinate representation of color #5FFB80: hue angle of 132.69º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FFB80 is Cyan = 0.62, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 251 | 128 | - |
| CMYK | 0.62 | 0 | 0.49 | 0.02 |
| HSL | 132.69º | 0.95% | 0.68% | - |
| HSV(B) | 132.69º | 0.62% | 0.98% | - |
| XYZ | 43.11 | 72.99 | 32.24 | - |
| YUV | 190.33 | 92.82 | 60 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 251 | 128 | 0.62 | 0 | 0.49 | 0.02 | 132.69 | 0.95 | 0.68 |
| Hex | 5F | FB | 80 | 3E | 0 | 31 | 2 | 85 | 5F | 44 |
| Octal | 137 | 373 | 200 | 76 | 0 | 61 | 2 | 205 | 137 | 104 |
| Binary | 1011111 | 11111011 | 10000000 | 111110 | 0 | 110001 | 10 | 10000101 | 1011111 | 1000100 |
Color Harmonies of #5FFB80
Complementary color
Monochromatic Colors of #5FFB80
Black with #5FFB80
Text Example
Text Example
White with #5FFB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFB80; }
p { color: rgb(95,251,128); }
H1.HeaderClassName
{
color: #5FFB80;
}
.AnyTagClassName
{
color: #5FFB80;
}
</style>
background-color css
<style>
a { background-color: #5FFB80; }
a { background-color: rgb(95,251,128); }
div.DivClassName
{
background-color: #5FFB80;
}
.BgClassName
{
background-color: #5FFB80;
}
</style>
border-color css
<style>
span { border-color: #5FFB80; }
span { border-color: rgb(95,251,128); }
td.TdClassName
{
border-color: #5FFB80;
}
.TagClassName
{
border-color: #5FFB80;
}
</style>