Shades of Screamin' Green #8BFD52
Tints of Screamin' Green #8BFD52
RGB
CMYK
RGB Variations
Color information
#8BFD52 (or 0x8BFD52) is known color: Screamin' Green. HEX triplet: 8B, FD and 52. RGB value is (139,253,82). Sum of RGB (Red+Green+Blue) = 139+253+82=474 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.32% from 474); Green value is 253 (99.22% from 255 or 53.38% from 474); Blue value is 82 (32.42% from 255 or 17.30% from 474); Max value from RGB is 253 - color contains mainly: green. Hex color #8BFD52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8BFD52 is #7402AD. Grayscale: #C7C7C7. Windows color (decimal): -7602862 or 5438859. OLE color: 5438859.
HSL color Cylindrical-coordinate representation of color #8BFD52: hue angle of 100º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8BFD52 is Cyan = 0.45, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 253 | 82 | - |
| CMYK | 0.45 | 0 | 0.68 | 0.01 |
| HSL | 100º | 0.98% | 0.66% | - |
| HSV(B) | 100º | 0.68% | 0.99% | - |
| XYZ | 47.3 | 76.35 | 20.23 | - |
| YUV | 199.42 | 61.73 | 84.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 253 | 82 | 0.45 | 0 | 0.68 | 0.01 | 100 | 0.98 | 0.66 |
| Hex | 8B | FD | 52 | 2D | 0 | 44 | 1 | 64 | 62 | 42 |
| Octal | 213 | 375 | 122 | 55 | 0 | 104 | 1 | 144 | 142 | 102 |
| Binary | 10001011 | 11111101 | 1010010 | 101101 | 0 | 1000100 | 1 | 1100100 | 1100010 | 1000010 |
Color Harmonies of #8BFD52
Complementary color
Monochromatic Colors of #8BFD52
Black with #8BFD52
Text Example
Text Example
White with #8BFD52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFD52; }
p { color: rgb(139,253,82); }
H1.HeaderClassName
{
color: #8BFD52;
}
.AnyTagClassName
{
color: #8BFD52;
}
</style>
background-color css
<style>
a { background-color: #8BFD52; }
a { background-color: rgb(139,253,82); }
div.DivClassName
{
background-color: #8BFD52;
}
.BgClassName
{
background-color: #8BFD52;
}
</style>
border-color css
<style>
span { border-color: #8BFD52; }
span { border-color: rgb(139,253,82); }
td.TdClassName
{
border-color: #8BFD52;
}
.TagClassName
{
border-color: #8BFD52;
}
</style>