Shades of Screamin' Green #80F75C
Tints of Screamin' Green #80F75C
RGB
CMYK
RGB Variations
Color information
#80F75C (or 0x80F75C) is known color: Screamin' Green. HEX triplet: 80, F7 and 5C. RGB value is (128,247,92). Sum of RGB (Red+Green+Blue) = 128+247+92=467 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.41% from 467); Green value is 247 (96.88% from 255 or 52.89% from 467); Blue value is 92 (36.33% from 255 or 19.70% from 467); Max value from RGB is 247 - color contains mainly: green. Hex color #80F75C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F75C is #7F08A3. Grayscale: #C2C2C2. Windows color (decimal): -8325284 or 6092672. OLE color: 6092672.
HSL color Cylindrical-coordinate representation of color #80F75C: hue angle of 106.06º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #80F75C is Cyan = 0.48, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 128 | 247 | 92 | - |
| CMYK | 0.48 | 0 | 0.63 | 0.03 |
| HSL | 106.06º | 0.91% | 0.66% | - |
| HSV(B) | 106.06º | 0.63% | 0.97% | - |
| XYZ | 44.09 | 71.88 | 21.68 | - |
| YUV | 193.75 | 70.58 | 81.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 247 | 92 | 0.48 | 0 | 0.63 | 0.03 | 106.06 | 0.91 | 0.66 |
| Hex | 80 | F7 | 5C | 30 | 0 | 3F | 3 | 6A | 5B | 42 |
| Octal | 200 | 367 | 134 | 60 | 0 | 77 | 3 | 152 | 133 | 102 |
| Binary | 10000000 | 11110111 | 1011100 | 110000 | 0 | 111111 | 11 | 1101010 | 1011011 | 1000010 |
Color Harmonies of #80F75C
Complementary color
Monochromatic Colors of #80F75C
Black with #80F75C
Text Example
Text Example
White with #80F75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F75C; }
p { color: rgb(128,247,92); }
H1.HeaderClassName
{
color: #80F75C;
}
.AnyTagClassName
{
color: #80F75C;
}
</style>
background-color css
<style>
a { background-color: #80F75C; }
a { background-color: rgb(128,247,92); }
div.DivClassName
{
background-color: #80F75C;
}
.BgClassName
{
background-color: #80F75C;
}
</style>
border-color css
<style>
span { border-color: #80F75C; }
span { border-color: rgb(128,247,92); }
td.TdClassName
{
border-color: #80F75C;
}
.TagClassName
{
border-color: #80F75C;
}
</style>