Shades of Screamin' Green #5BFB80
Tints of Screamin' Green #5BFB80
RGB
CMYK
RGB Variations
Color information
#5BFB80 (or 0x5BFB80) is known color: Screamin' Green. HEX triplet: 5B, FB and 80. RGB value is (91,251,128). Sum of RGB (Red+Green+Blue) = 91+251+128=470 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.36% from 470); Green value is 251 (98.44% from 255 or 53.40% from 470); Blue value is 128 (50.39% from 255 or 27.23% from 470); Max value from RGB is 251 - color contains mainly: green. Hex color #5BFB80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BFB80 is #A4047F. Grayscale: #BDBDBD. Windows color (decimal): -10749056 or 8452955. OLE color: 8452955.
HSL color Cylindrical-coordinate representation of color #5BFB80: hue angle of 133.88º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BFB80 is Cyan = 0.64, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 251 | 128 | - |
| CMYK | 0.64 | 0 | 0.49 | 0.02 |
| HSL | 133.88º | 0.95% | 0.67% | - |
| HSV(B) | 133.88º | 0.64% | 0.98% | - |
| XYZ | 42.71 | 72.78 | 32.22 | - |
| YUV | 189.14 | 93.49 | 58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 251 | 128 | 0.64 | 0 | 0.49 | 0.02 | 133.88 | 0.95 | 0.67 |
| Hex | 5B | FB | 80 | 40 | 0 | 31 | 2 | 86 | 5F | 43 |
| Octal | 133 | 373 | 200 | 100 | 0 | 61 | 2 | 206 | 137 | 103 |
| Binary | 1011011 | 11111011 | 10000000 | 1000000 | 0 | 110001 | 10 | 10000110 | 1011111 | 1000011 |
Color Harmonies of #5BFB80
Complementary color
Monochromatic Colors of #5BFB80
Black with #5BFB80
Text Example
Text Example
White with #5BFB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFB80; }
p { color: rgb(91,251,128); }
H1.HeaderClassName
{
color: #5BFB80;
}
.AnyTagClassName
{
color: #5BFB80;
}
</style>
background-color css
<style>
a { background-color: #5BFB80; }
a { background-color: rgb(91,251,128); }
div.DivClassName
{
background-color: #5BFB80;
}
.BgClassName
{
background-color: #5BFB80;
}
</style>
border-color css
<style>
span { border-color: #5BFB80; }
span { border-color: rgb(91,251,128); }
td.TdClassName
{
border-color: #5BFB80;
}
.TagClassName
{
border-color: #5BFB80;
}
</style>