Shades of Screamin' Green #5BFC49
Tints of Screamin' Green #5BFC49
RGB
CMYK
RGB Variations
Color information
#5BFC49 (or 0x5BFC49) is known color: Screamin' Green. HEX triplet: 5B, FC and 49. RGB value is (91,252,73). Sum of RGB (Red+Green+Blue) = 91+252+73=416 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.88% from 416); Green value is 252 (98.83% from 255 or 60.58% from 416); Blue value is 73 (28.91% from 255 or 17.55% from 416); Max value from RGB is 252 - color contains mainly: green. Hex color #5BFC49 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5BFC49 is #A403B6. Grayscale: #B8B8B8. Windows color (decimal): -10748855 or 4848731. OLE color: 4848731.
HSL color Cylindrical-coordinate representation of color #5BFC49: hue angle of 113.97º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5BFC49 is Cyan = 0.64, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 252 | 73 | - |
| CMYK | 0.64 | 0 | 0.71 | 0.01 |
| HSL | 113.97º | 0.97% | 0.64% | - |
| HSV(B) | 113.97º | 0.71% | 0.99% | - |
| XYZ | 40.33 | 72.33 | 18.14 | - |
| YUV | 183.46 | 65.66 | 62.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 252 | 73 | 0.64 | 0 | 0.71 | 0.01 | 113.97 | 0.97 | 0.64 |
| Hex | 5B | FC | 49 | 40 | 0 | 47 | 1 | 72 | 61 | 40 |
| Octal | 133 | 374 | 111 | 100 | 0 | 107 | 1 | 162 | 141 | 100 |
| Binary | 1011011 | 11111100 | 1001001 | 1000000 | 0 | 1000111 | 1 | 1110010 | 1100001 | 1000000 |
Color Harmonies of #5BFC49
Complementary color
Monochromatic Colors of #5BFC49
Black with #5BFC49
Text Example
Text Example
White with #5BFC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFC49; }
p { color: rgb(91,252,73); }
H1.HeaderClassName
{
color: #5BFC49;
}
.AnyTagClassName
{
color: #5BFC49;
}
</style>
background-color css
<style>
a { background-color: #5BFC49; }
a { background-color: rgb(91,252,73); }
div.DivClassName
{
background-color: #5BFC49;
}
.BgClassName
{
background-color: #5BFC49;
}
</style>
border-color css
<style>
span { border-color: #5BFC49; }
span { border-color: rgb(91,252,73); }
td.TdClassName
{
border-color: #5BFC49;
}
.TagClassName
{
border-color: #5BFC49;
}
</style>