Shades of Screamin' Green #80F247
Tints of Screamin' Green #80F247
RGB
CMYK
RGB Variations
Color information
#80F247 (or 0x80F247) is known color: Screamin' Green. HEX triplet: 80, F2 and 47. RGB value is (128,242,71). Sum of RGB (Red+Green+Blue) = 128+242+71=441 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.02% from 441); Green value is 242 (94.92% from 255 or 54.88% from 441); Blue value is 71 (28.12% from 255 or 16.10% from 441); Max value from RGB is 242 - color contains mainly: green. Hex color #80F247 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80F247 is #7F0DB8. Grayscale: #BCBCBC. Windows color (decimal): -8326585 or 4715136. OLE color: 4715136.
HSL color Cylindrical-coordinate representation of color #80F247: hue angle of 100º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #80F247 is Cyan = 0.47, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 242 | 71 | - |
| CMYK | 0.47 | 0 | 0.71 | 0.05 |
| HSL | 100º | 0.87% | 0.61% | - |
| HSV(B) | 100º | 0.71% | 0.95% | - |
| XYZ | 41.79 | 68.55 | 16.99 | - |
| YUV | 188.42 | 61.73 | 84.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 242 | 71 | 0.47 | 0 | 0.71 | 0.05 | 100 | 0.87 | 0.61 |
| Hex | 80 | F2 | 47 | 2F | 0 | 47 | 5 | 64 | 57 | 3D |
| Octal | 200 | 362 | 107 | 57 | 0 | 107 | 5 | 144 | 127 | 75 |
| Binary | 10000000 | 11110010 | 1000111 | 101111 | 0 | 1000111 | 101 | 1100100 | 1010111 | 111101 |
Color Harmonies of #80F247
Complementary color
Monochromatic Colors of #80F247
Black with #80F247
Text Example
Text Example
White with #80F247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F247; }
p { color: rgb(128,242,71); }
H1.HeaderClassName
{
color: #80F247;
}
.AnyTagClassName
{
color: #80F247;
}
</style>
background-color css
<style>
a { background-color: #80F247; }
a { background-color: rgb(128,242,71); }
div.DivClassName
{
background-color: #80F247;
}
.BgClassName
{
background-color: #80F247;
}
</style>
border-color css
<style>
span { border-color: #80F247; }
span { border-color: rgb(128,242,71); }
td.TdClassName
{
border-color: #80F247;
}
.TagClassName
{
border-color: #80F247;
}
</style>