Shades of Screamin' Green #8BFB50
Tints of Screamin' Green #8BFB50
RGB
CMYK
RGB Variations
Color information
#8BFB50 (or 0x8BFB50) is known color: Screamin' Green. HEX triplet: 8B, FB and 50. RGB value is (139,251,80). Sum of RGB (Red+Green+Blue) = 139+251+80=470 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.57% from 470); Green value is 251 (98.44% from 255 or 53.40% from 470); Blue value is 80 (31.64% from 255 or 17.02% from 470); Max value from RGB is 251 - color contains mainly: green. Hex color #8BFB50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8BFB50 is #7404AF. Grayscale: #C6C6C6. Windows color (decimal): -7603376 or 5307275. OLE color: 5307275.
HSL color Cylindrical-coordinate representation of color #8BFB50: hue angle of 99.3º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8BFB50 is Cyan = 0.45, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 139 | 251 | 80 | - |
| CMYK | 0.45 | 0 | 0.68 | 0.02 |
| HSL | 99.3º | 0.96% | 0.65% | - |
| HSV(B) | 99.3º | 0.68% | 0.98% | - |
| XYZ | 46.59 | 75.06 | 19.62 | - |
| YUV | 198.02 | 61.39 | 85.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 251 | 80 | 0.45 | 0 | 0.68 | 0.02 | 99.3 | 0.96 | 0.65 |
| Hex | 8B | FB | 50 | 2D | 0 | 44 | 2 | 63 | 60 | 41 |
| Octal | 213 | 373 | 120 | 55 | 0 | 104 | 2 | 143 | 140 | 101 |
| Binary | 10001011 | 11111011 | 1010000 | 101101 | 0 | 1000100 | 10 | 1100011 | 1100000 | 1000001 |
Color Harmonies of #8BFB50
Complementary color
Monochromatic Colors of #8BFB50
Black with #8BFB50
Text Example
Text Example
White with #8BFB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFB50; }
p { color: rgb(139,251,80); }
H1.HeaderClassName
{
color: #8BFB50;
}
.AnyTagClassName
{
color: #8BFB50;
}
</style>
background-color css
<style>
a { background-color: #8BFB50; }
a { background-color: rgb(139,251,80); }
div.DivClassName
{
background-color: #8BFB50;
}
.BgClassName
{
background-color: #8BFB50;
}
</style>
border-color css
<style>
span { border-color: #8BFB50; }
span { border-color: rgb(139,251,80); }
td.TdClassName
{
border-color: #8BFB50;
}
.TagClassName
{
border-color: #8BFB50;
}
</style>