Shades of Screamin' Green #8BFC52
Tints of Screamin' Green #8BFC52
RGB
CMYK
RGB Variations
Color information
#8BFC52 (or 0x8BFC52) is known color: Screamin' Green. HEX triplet: 8B, FC and 52. RGB value is (139,252,82). Sum of RGB (Red+Green+Blue) = 139+252+82=473 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.39% from 473); Green value is 252 (98.83% from 255 or 53.28% from 473); Blue value is 82 (32.42% from 255 or 17.34% from 473); Max value from RGB is 252 - color contains mainly: green. Hex color #8BFC52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8BFC52 is #7403AD. Grayscale: #C7C7C7. Windows color (decimal): -7603118 or 5438603. OLE color: 5438603.
HSL color Cylindrical-coordinate representation of color #8BFC52: hue angle of 99.88º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8BFC52 is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 252 | 82 | - |
| CMYK | 0.45 | 0 | 0.67 | 0.01 |
| HSL | 99.88º | 0.97% | 0.65% | - |
| HSV(B) | 99.88º | 0.67% | 0.99% | - |
| XYZ | 46.98 | 75.72 | 20.12 | - |
| YUV | 198.83 | 62.06 | 85.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 252 | 82 | 0.45 | 0 | 0.67 | 0.01 | 99.88 | 0.97 | 0.65 |
| Hex | 8B | FC | 52 | 2D | 0 | 43 | 1 | 64 | 61 | 41 |
| Octal | 213 | 374 | 122 | 55 | 0 | 103 | 1 | 144 | 141 | 101 |
| Binary | 10001011 | 11111100 | 1010010 | 101101 | 0 | 1000011 | 1 | 1100100 | 1100001 | 1000001 |
Color Harmonies of #8BFC52
Complementary color
Monochromatic Colors of #8BFC52
Black with #8BFC52
Text Example
Text Example
White with #8BFC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFC52; }
p { color: rgb(139,252,82); }
H1.HeaderClassName
{
color: #8BFC52;
}
.AnyTagClassName
{
color: #8BFC52;
}
</style>
background-color css
<style>
a { background-color: #8BFC52; }
a { background-color: rgb(139,252,82); }
div.DivClassName
{
background-color: #8BFC52;
}
.BgClassName
{
background-color: #8BFC52;
}
</style>
border-color css
<style>
span { border-color: #8BFC52; }
span { border-color: rgb(139,252,82); }
td.TdClassName
{
border-color: #8BFC52;
}
.TagClassName
{
border-color: #8BFC52;
}
</style>