Shades of Screamin' Green #5BFA8A
Tints of Screamin' Green #5BFA8A
RGB
CMYK
RGB Variations
Color information
#5BFA8A (or 0x5BFA8A) is known color: Screamin' Green. HEX triplet: 5B, FA and 8A. RGB value is (91,250,138). Sum of RGB (Red+Green+Blue) = 91+250+138=479 (63% of max value = 765). Red value is 91 (35.94% from 255 or 19.00% from 479); Green value is 250 (98.05% from 255 or 52.19% from 479); Blue value is 138 (54.30% from 255 or 28.81% from 479); Max value from RGB is 250 - color contains mainly: green. Hex color #5BFA8A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BFA8A is #A40575. Grayscale: #BDBDBD. Windows color (decimal): -10749302 or 9108059. OLE color: 9108059.
HSL color Cylindrical-coordinate representation of color #5BFA8A: hue angle of 137.74º degrees, saturation: 0.94, 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 #5BFA8A is Cyan = 0.64, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 250 | 138 | - |
| CMYK | 0.64 | 0 | 0.45 | 0.02 |
| HSL | 137.74º | 0.94% | 0.67% | - |
| HSV(B) | 137.74º | 0.64% | 0.98% | - |
| XYZ | 43.09 | 72.43 | 35.75 | - |
| YUV | 189.69 | 98.82 | 57.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 250 | 138 | 0.64 | 0 | 0.45 | 0.02 | 137.74 | 0.94 | 0.67 |
| Hex | 5B | FA | 8A | 40 | 0 | 2D | 2 | 8A | 5E | 43 |
| Octal | 133 | 372 | 212 | 100 | 0 | 55 | 2 | 212 | 136 | 103 |
| Binary | 1011011 | 11111010 | 10001010 | 1000000 | 0 | 101101 | 10 | 10001010 | 1011110 | 1000011 |
Color Harmonies of #5BFA8A
Complementary color
Monochromatic Colors of #5BFA8A
Black with #5BFA8A
Text Example
Text Example
White with #5BFA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFA8A; }
p { color: rgb(91,250,138); }
H1.HeaderClassName
{
color: #5BFA8A;
}
.AnyTagClassName
{
color: #5BFA8A;
}
</style>
background-color css
<style>
a { background-color: #5BFA8A; }
a { background-color: rgb(91,250,138); }
div.DivClassName
{
background-color: #5BFA8A;
}
.BgClassName
{
background-color: #5BFA8A;
}
</style>
border-color css
<style>
span { border-color: #5BFA8A; }
span { border-color: rgb(91,250,138); }
td.TdClassName
{
border-color: #5BFA8A;
}
.TagClassName
{
border-color: #5BFA8A;
}
</style>