Shades of Screamin' Green #80F94F
Tints of Screamin' Green #80F94F
RGB
CMYK
RGB Variations
Color information
#80F94F (or 0x80F94F) is known color: Screamin' Green. HEX triplet: 80, F9 and 4F. RGB value is (128,249,79). Sum of RGB (Red+Green+Blue) = 128+249+79=456 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.07% from 456); Green value is 249 (97.66% from 255 or 54.61% from 456); Blue value is 79 (31.25% from 255 or 17.32% from 456); Max value from RGB is 249 - color contains mainly: green. Hex color #80F94F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F94F is #7F06B0. Grayscale: #C2C2C2. Windows color (decimal): -8324785 or 5241216. OLE color: 5241216.
HSL color Cylindrical-coordinate representation of color #80F94F: hue angle of 102.71º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #80F94F is Cyan = 0.49, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 249 | 79 | - |
| CMYK | 0.49 | 0 | 0.68 | 0.02 |
| HSL | 102.71º | 0.93% | 0.64% | - |
| HSV(B) | 102.71º | 0.68% | 0.98% | - |
| XYZ | 44.19 | 72.91 | 19.14 | - |
| YUV | 193.44 | 63.41 | 81.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 249 | 79 | 0.49 | 0 | 0.68 | 0.02 | 102.71 | 0.93 | 0.64 |
| Hex | 80 | F9 | 4F | 31 | 0 | 44 | 2 | 67 | 5D | 40 |
| Octal | 200 | 371 | 117 | 61 | 0 | 104 | 2 | 147 | 135 | 100 |
| Binary | 10000000 | 11111001 | 1001111 | 110001 | 0 | 1000100 | 10 | 1100111 | 1011101 | 1000000 |
Color Harmonies of #80F94F
Complementary color
Monochromatic Colors of #80F94F
Black with #80F94F
Text Example
Text Example
White with #80F94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F94F; }
p { color: rgb(128,249,79); }
H1.HeaderClassName
{
color: #80F94F;
}
.AnyTagClassName
{
color: #80F94F;
}
</style>
background-color css
<style>
a { background-color: #80F94F; }
a { background-color: rgb(128,249,79); }
div.DivClassName
{
background-color: #80F94F;
}
.BgClassName
{
background-color: #80F94F;
}
</style>
border-color css
<style>
span { border-color: #80F94F; }
span { border-color: rgb(128,249,79); }
td.TdClassName
{
border-color: #80F94F;
}
.TagClassName
{
border-color: #80F94F;
}
</style>