Shades of Screamin' Green #8BFD50
Tints of Screamin' Green #8BFD50
RGB
CMYK
RGB Variations
Color information
#8BFD50 (or 0x8BFD50) is known color: Screamin' Green. HEX triplet: 8B, FD and 50. RGB value is (139,253,80). Sum of RGB (Red+Green+Blue) = 139+253+80=472 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.45% from 472); Green value is 253 (99.22% from 255 or 53.60% from 472); Blue value is 80 (31.64% from 255 or 16.95% from 472); Max value from RGB is 253 - color contains mainly: green. Hex color #8BFD50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8BFD50 is #7402AF. Grayscale: #C7C7C7. Windows color (decimal): -7602864 or 5307787. OLE color: 5307787.
HSL color Cylindrical-coordinate representation of color #8BFD50: hue angle of 99.54º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8BFD50 is Cyan = 0.45, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 253 | 80 | - |
| CMYK | 0.45 | 0 | 0.68 | 0.01 |
| HSL | 99.54º | 0.98% | 0.65% | - |
| HSV(B) | 99.54º | 0.68% | 0.99% | - |
| XYZ | 47.22 | 76.32 | 19.83 | - |
| YUV | 199.19 | 60.73 | 85.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 253 | 80 | 0.45 | 0 | 0.68 | 0.01 | 99.54 | 0.98 | 0.65 |
| Hex | 8B | FD | 50 | 2D | 0 | 44 | 1 | 64 | 62 | 41 |
| Octal | 213 | 375 | 120 | 55 | 0 | 104 | 1 | 144 | 142 | 101 |
| Binary | 10001011 | 11111101 | 1010000 | 101101 | 0 | 1000100 | 1 | 1100100 | 1100010 | 1000001 |
Color Harmonies of #8BFD50
Complementary color
Monochromatic Colors of #8BFD50
Black with #8BFD50
Text Example
Text Example
White with #8BFD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFD50; }
p { color: rgb(139,253,80); }
H1.HeaderClassName
{
color: #8BFD50;
}
.AnyTagClassName
{
color: #8BFD50;
}
</style>
background-color css
<style>
a { background-color: #8BFD50; }
a { background-color: rgb(139,253,80); }
div.DivClassName
{
background-color: #8BFD50;
}
.BgClassName
{
background-color: #8BFD50;
}
</style>
border-color css
<style>
span { border-color: #8BFD50; }
span { border-color: rgb(139,253,80); }
td.TdClassName
{
border-color: #8BFD50;
}
.TagClassName
{
border-color: #8BFD50;
}
</style>