Shades of Screamin' Green #5BF148
Tints of Screamin' Green #5BF148
RGB
CMYK
RGB Variations
Color information
#5BF148 (or 0x5BF148) is known color: Screamin' Green. HEX triplet: 5B, F1 and 48. RGB value is (91,241,72). Sum of RGB (Red+Green+Blue) = 91+241+72=404 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.52% from 404); Green value is 241 (94.53% from 255 or 59.65% from 404); Blue value is 72 (28.52% from 255 or 17.82% from 404); Max value from RGB is 241 - color contains mainly: green. Hex color #5BF148 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5BF148 is #A40EB7. Grayscale: #B1B1B1. Windows color (decimal): -10751672 or 4780379. OLE color: 4780379.
HSL color Cylindrical-coordinate representation of color #5BF148: hue angle of 113.25º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5BF148 is Cyan = 0.62, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 91 | 241 | 72 | - |
| CMYK | 0.62 | 0 | 0.70 | 0.05 |
| HSL | 113.25º | 0.86% | 0.61% | - |
| HSV(B) | 113.25º | 0.7% | 0.95% | - |
| XYZ | 36.94 | 65.6 | 16.85 | - |
| YUV | 176.88 | 68.81 | 66.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 241 | 72 | 0.62 | 0 | 0.70 | 0.05 | 113.25 | 0.86 | 0.61 |
| Hex | 5B | F1 | 48 | 3E | 0 | 46 | 5 | 71 | 56 | 3D |
| Octal | 133 | 361 | 110 | 76 | 0 | 106 | 5 | 161 | 126 | 75 |
| Binary | 1011011 | 11110001 | 1001000 | 111110 | 0 | 1000110 | 101 | 1110001 | 1010110 | 111101 |
Color Harmonies of #5BF148
Complementary color
Monochromatic Colors of #5BF148
Black with #5BF148
Text Example
Text Example
White with #5BF148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BF148; }
p { color: rgb(91,241,72); }
H1.HeaderClassName
{
color: #5BF148;
}
.AnyTagClassName
{
color: #5BF148;
}
</style>
background-color css
<style>
a { background-color: #5BF148; }
a { background-color: rgb(91,241,72); }
div.DivClassName
{
background-color: #5BF148;
}
.BgClassName
{
background-color: #5BF148;
}
</style>
border-color css
<style>
span { border-color: #5BF148; }
span { border-color: rgb(91,241,72); }
td.TdClassName
{
border-color: #5BF148;
}
.TagClassName
{
border-color: #5BF148;
}
</style>