Shades of Screamin' Green #80F74F
Tints of Screamin' Green #80F74F
RGB
CMYK
RGB Variations
Color information
#80F74F (or 0x80F74F) is known color: Screamin' Green. HEX triplet: 80, F7 and 4F. RGB value is (128,247,79). Sum of RGB (Red+Green+Blue) = 128+247+79=454 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.19% from 454); Green value is 247 (96.88% from 255 or 54.41% from 454); Blue value is 79 (31.25% from 255 or 17.40% from 454); Max value from RGB is 247 - color contains mainly: green. Hex color #80F74F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F74F is #7F08B0. Grayscale: #C0C0C0. Windows color (decimal): -8325297 or 5240704. OLE color: 5240704.
HSL color Cylindrical-coordinate representation of color #80F74F: hue angle of 102.5º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #80F74F is Cyan = 0.48, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 128 | 247 | 79 | - |
| CMYK | 0.48 | 0 | 0.68 | 0.03 |
| HSL | 102.5º | 0.91% | 0.64% | - |
| HSV(B) | 102.5º | 0.68% | 0.97% | - |
| XYZ | 43.57 | 71.68 | 18.94 | - |
| YUV | 192.27 | 64.08 | 82.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 247 | 79 | 0.48 | 0 | 0.68 | 0.03 | 102.5 | 0.91 | 0.64 |
| Hex | 80 | F7 | 4F | 30 | 0 | 44 | 3 | 66 | 5B | 40 |
| Octal | 200 | 367 | 117 | 60 | 0 | 104 | 3 | 146 | 133 | 100 |
| Binary | 10000000 | 11110111 | 1001111 | 110000 | 0 | 1000100 | 11 | 1100110 | 1011011 | 1000000 |
Color Harmonies of #80F74F
Complementary color
Monochromatic Colors of #80F74F
Black with #80F74F
Text Example
Text Example
White with #80F74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F74F; }
p { color: rgb(128,247,79); }
H1.HeaderClassName
{
color: #80F74F;
}
.AnyTagClassName
{
color: #80F74F;
}
</style>
background-color css
<style>
a { background-color: #80F74F; }
a { background-color: rgb(128,247,79); }
div.DivClassName
{
background-color: #80F74F;
}
.BgClassName
{
background-color: #80F74F;
}
</style>
border-color css
<style>
span { border-color: #80F74F; }
span { border-color: rgb(128,247,79); }
td.TdClassName
{
border-color: #80F74F;
}
.TagClassName
{
border-color: #80F74F;
}
</style>