Shades of Screamin' Green #5BF448
Tints of Screamin' Green #5BF448
RGB
CMYK
RGB Variations
Color information
#5BF448 (or 0x5BF448) is known color: Screamin' Green. HEX triplet: 5B, F4 and 48. RGB value is (91,244,72). Sum of RGB (Red+Green+Blue) = 91+244+72=407 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.36% from 407); Green value is 244 (95.70% from 255 or 59.95% from 407); Blue value is 72 (28.52% from 255 or 17.69% from 407); Max value from RGB is 244 - color contains mainly: green. Hex color #5BF448 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5BF448 is #A40BB7. Grayscale: #B3B3B3. Windows color (decimal): -10750904 or 4781147. OLE color: 4781147.
HSL color Cylindrical-coordinate representation of color #5BF448: hue angle of 113.37º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5BF448 is Cyan = 0.63, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 91 | 244 | 72 | - |
| CMYK | 0.63 | 0 | 0.70 | 0.04 |
| HSL | 113.37º | 0.89% | 0.62% | - |
| HSV(B) | 113.37º | 0.7% | 0.96% | - |
| XYZ | 37.83 | 67.39 | 17.15 | - |
| YUV | 178.65 | 67.81 | 65.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 244 | 72 | 0.63 | 0 | 0.70 | 0.04 | 113.37 | 0.89 | 0.62 |
| Hex | 5B | F4 | 48 | 3F | 0 | 46 | 4 | 71 | 59 | 3E |
| Octal | 133 | 364 | 110 | 77 | 0 | 106 | 4 | 161 | 131 | 76 |
| Binary | 1011011 | 11110100 | 1001000 | 111111 | 0 | 1000110 | 100 | 1110001 | 1011001 | 111110 |
Color Harmonies of #5BF448
Complementary color
Monochromatic Colors of #5BF448
Black with #5BF448
Text Example
Text Example
White with #5BF448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BF448; }
p { color: rgb(91,244,72); }
H1.HeaderClassName
{
color: #5BF448;
}
.AnyTagClassName
{
color: #5BF448;
}
</style>
background-color css
<style>
a { background-color: #5BF448; }
a { background-color: rgb(91,244,72); }
div.DivClassName
{
background-color: #5BF448;
}
.BgClassName
{
background-color: #5BF448;
}
</style>
border-color css
<style>
span { border-color: #5BF448; }
span { border-color: rgb(91,244,72); }
td.TdClassName
{
border-color: #5BF448;
}
.TagClassName
{
border-color: #5BF448;
}
</style>