Shades of Screamin' Green #80FF4F
Tints of Screamin' Green #80FF4F
RGB
CMYK
RGB Variations
Color information
#80FF4F (or 0x80FF4F) is known color: Screamin' Green. HEX triplet: 80, FF and 4F. RGB value is (128,255,79). Sum of RGB (Red+Green+Blue) = 128+255+79=462 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.71% from 462); Green value is 255 (100% from 255 or 55.19% from 462); Blue value is 79 (31.25% from 255 or 17.10% from 462); Max value from RGB is 255 - color contains mainly: green. Hex color #80FF4F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80FF4F is #7F00B0. Grayscale: #C5C5C5. Windows color (decimal): -8323249 or 5242752. OLE color: 5242752.
HSL color Cylindrical-coordinate representation of color #80FF4F: hue angle of 103.3º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #80FF4F is Cyan = 0.50, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 255 | 79 | - |
| CMYK | 0.50 | 0 | 0.69 | 0 |
| HSL | 103.3º | 1% | 0.65% | - |
| HSV(B) | 103.3º | 0.69% | 1% | - |
| XYZ | 46.07 | 76.67 | 19.77 | - |
| YUV | 196.96 | 61.42 | 78.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 255 | 79 | 0.50 | 0 | 0.69 | 0 | 103.3 | 1 | 0.65 |
| Hex | 80 | FF | 4F | 32 | 0 | 45 | 0 | 67 | 64 | 41 |
| Octal | 200 | 377 | 117 | 62 | 0 | 105 | 0 | 147 | 144 | 101 |
| Binary | 10000000 | 11111111 | 1001111 | 110010 | 0 | 1000101 | 0 | 1100111 | 1100100 | 1000001 |
Color Harmonies of #80FF4F
Complementary color
Monochromatic Colors of #80FF4F
Black with #80FF4F
Text Example
Text Example
White with #80FF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FF4F; }
p { color: rgb(128,255,79); }
H1.HeaderClassName
{
color: #80FF4F;
}
.AnyTagClassName
{
color: #80FF4F;
}
</style>
background-color css
<style>
a { background-color: #80FF4F; }
a { background-color: rgb(128,255,79); }
div.DivClassName
{
background-color: #80FF4F;
}
.BgClassName
{
background-color: #80FF4F;
}
</style>
border-color css
<style>
span { border-color: #80FF4F; }
span { border-color: rgb(128,255,79); }
td.TdClassName
{
border-color: #80FF4F;
}
.TagClassName
{
border-color: #80FF4F;
}
</style>