Shades of Screamin' Green #80F85D
Tints of Screamin' Green #80F85D
RGB
CMYK
RGB Variations
Color information
#80F85D (or 0x80F85D) is known color: Screamin' Green. HEX triplet: 80, F8 and 5D. RGB value is (128,248,93). Sum of RGB (Red+Green+Blue) = 128+248+93=469 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.29% from 469); Green value is 248 (97.27% from 255 or 52.88% from 469); Blue value is 93 (36.72% from 255 or 19.83% from 469); Max value from RGB is 248 - color contains mainly: green. Hex color #80F85D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F85D is #7F07A2. Grayscale: #C2C2C2. Windows color (decimal): -8325027 or 6158464. OLE color: 6158464.
HSL color Cylindrical-coordinate representation of color #80F85D: hue angle of 106.45º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #80F85D is Cyan = 0.48, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 128 | 248 | 93 | - |
| CMYK | 0.48 | 0 | 0.62 | 0.03 |
| HSL | 106.45º | 0.92% | 0.67% | - |
| HSV(B) | 106.45º | 0.63% | 0.97% | - |
| XYZ | 44.45 | 72.51 | 22.01 | - |
| YUV | 194.45 | 70.74 | 80.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 248 | 93 | 0.48 | 0 | 0.62 | 0.03 | 106.45 | 0.92 | 0.67 |
| Hex | 80 | F8 | 5D | 30 | 0 | 3E | 3 | 6A | 5C | 43 |
| Octal | 200 | 370 | 135 | 60 | 0 | 76 | 3 | 152 | 134 | 103 |
| Binary | 10000000 | 11111000 | 1011101 | 110000 | 0 | 111110 | 11 | 1101010 | 1011100 | 1000011 |
Color Harmonies of #80F85D
Complementary color
Monochromatic Colors of #80F85D
Black with #80F85D
Text Example
Text Example
White with #80F85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F85D; }
p { color: rgb(128,248,93); }
H1.HeaderClassName
{
color: #80F85D;
}
.AnyTagClassName
{
color: #80F85D;
}
</style>
background-color css
<style>
a { background-color: #80F85D; }
a { background-color: rgb(128,248,93); }
div.DivClassName
{
background-color: #80F85D;
}
.BgClassName
{
background-color: #80F85D;
}
</style>
border-color css
<style>
span { border-color: #80F85D; }
span { border-color: rgb(128,248,93); }
td.TdClassName
{
border-color: #80F85D;
}
.TagClassName
{
border-color: #80F85D;
}
</style>