Shades of Screamin' Green #5BFC80
Tints of Screamin' Green #5BFC80
RGB
CMYK
RGB Variations
Color information
#5BFC80 (or 0x5BFC80) is known color: Screamin' Green. HEX triplet: 5B, FC and 80. RGB value is (91,252,128). Sum of RGB (Red+Green+Blue) = 91+252+128=471 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.32% from 471); Green value is 252 (98.83% from 255 or 53.50% from 471); Blue value is 128 (50.39% from 255 or 27.18% from 471); Max value from RGB is 252 - color contains mainly: green. Hex color #5BFC80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BFC80 is #A4037F. Grayscale: #BEBEBE. Windows color (decimal): -10748800 or 8453211. OLE color: 8453211.
HSL color Cylindrical-coordinate representation of color #5BFC80: hue angle of 133.79º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BFC80 is Cyan = 0.64, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 252 | 128 | - |
| CMYK | 0.64 | 0 | 0.49 | 0.01 |
| HSL | 133.79º | 0.96% | 0.67% | - |
| HSV(B) | 133.79º | 0.64% | 0.99% | - |
| XYZ | 43.02 | 73.4 | 32.32 | - |
| YUV | 189.73 | 93.16 | 57.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 252 | 128 | 0.64 | 0 | 0.49 | 0.01 | 133.79 | 0.96 | 0.67 |
| Hex | 5B | FC | 80 | 40 | 0 | 31 | 1 | 86 | 60 | 43 |
| Octal | 133 | 374 | 200 | 100 | 0 | 61 | 1 | 206 | 140 | 103 |
| Binary | 1011011 | 11111100 | 10000000 | 1000000 | 0 | 110001 | 1 | 10000110 | 1100000 | 1000011 |
Color Harmonies of #5BFC80
Complementary color
Monochromatic Colors of #5BFC80
Black with #5BFC80
Text Example
Text Example
White with #5BFC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFC80; }
p { color: rgb(91,252,128); }
H1.HeaderClassName
{
color: #5BFC80;
}
.AnyTagClassName
{
color: #5BFC80;
}
</style>
background-color css
<style>
a { background-color: #5BFC80; }
a { background-color: rgb(91,252,128); }
div.DivClassName
{
background-color: #5BFC80;
}
.BgClassName
{
background-color: #5BFC80;
}
</style>
border-color css
<style>
span { border-color: #5BFC80; }
span { border-color: rgb(91,252,128); }
td.TdClassName
{
border-color: #5BFC80;
}
.TagClassName
{
border-color: #5BFC80;
}
</style>