Shades of Screamin' Green #8CFA52
Tints of Screamin' Green #8CFA52
RGB
CMYK
RGB Variations
Color information
#8CFA52 (or 0x8CFA52) is known color: Screamin' Green. HEX triplet: 8C, FA and 52. RGB value is (140,250,82). Sum of RGB (Red+Green+Blue) = 140+250+82=472 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.66% from 472); Green value is 250 (98.05% from 255 or 52.97% from 472); Blue value is 82 (32.42% from 255 or 17.37% from 472); Max value from RGB is 250 - color contains mainly: green. Hex color #8CFA52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CFA52 is #7305AD. Grayscale: #C6C6C6. Windows color (decimal): -7538094 or 5438092. OLE color: 5438092.
HSL color Cylindrical-coordinate representation of color #8CFA52: hue angle of 99.29º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8CFA52 is Cyan = 0.44, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 250 | 82 | - |
| CMYK | 0.44 | 0 | 0.67 | 0.02 |
| HSL | 99.29º | 0.94% | 0.65% | - |
| HSV(B) | 99.29º | 0.67% | 0.98% | - |
| XYZ | 46.52 | 74.56 | 19.92 | - |
| YUV | 197.96 | 62.56 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 250 | 82 | 0.44 | 0 | 0.67 | 0.02 | 99.29 | 0.94 | 0.65 |
| Hex | 8C | FA | 52 | 2C | 0 | 43 | 2 | 63 | 5E | 41 |
| Octal | 214 | 372 | 122 | 54 | 0 | 103 | 2 | 143 | 136 | 101 |
| Binary | 10001100 | 11111010 | 1010010 | 101100 | 0 | 1000011 | 10 | 1100011 | 1011110 | 1000001 |
Color Harmonies of #8CFA52
Complementary color
Monochromatic Colors of #8CFA52
Black with #8CFA52
Text Example
Text Example
White with #8CFA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFA52; }
p { color: rgb(140,250,82); }
H1.HeaderClassName
{
color: #8CFA52;
}
.AnyTagClassName
{
color: #8CFA52;
}
</style>
background-color css
<style>
a { background-color: #8CFA52; }
a { background-color: rgb(140,250,82); }
div.DivClassName
{
background-color: #8CFA52;
}
.BgClassName
{
background-color: #8CFA52;
}
</style>
border-color css
<style>
span { border-color: #8CFA52; }
span { border-color: rgb(140,250,82); }
td.TdClassName
{
border-color: #8CFA52;
}
.TagClassName
{
border-color: #8CFA52;
}
</style>