Shades of Screamin' Green #80FF69
Tints of Screamin' Green #80FF69
RGB
CMYK
RGB Variations
Color information
#80FF69 (or 0x80FF69) is known color: Screamin' Green. HEX triplet: 80, FF and 69. RGB value is (128,255,105). Sum of RGB (Red+Green+Blue) = 128+255+105=488 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.23% from 488); Green value is 255 (100% from 255 or 52.25% from 488); Blue value is 105 (41.41% from 255 or 21.52% from 488); Max value from RGB is 255 - color contains mainly: green. Hex color #80FF69 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80FF69 is #7F0096. Grayscale: #C8C8C8. Windows color (decimal): -8323223 or 6946688. OLE color: 6946688.
HSL color Cylindrical-coordinate representation of color #80FF69: hue angle of 110.8º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #80FF69 is Cyan = 0.50, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 255 | 105 | - |
| CMYK | 0.50 | 0 | 0.59 | 0 |
| HSL | 110.8º | 1% | 0.71% | - |
| HSV(B) | 110.8º | 0.59% | 1% | - |
| XYZ | 47.21 | 77.13 | 25.76 | - |
| YUV | 199.93 | 74.42 | 76.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 255 | 105 | 0.50 | 0 | 0.59 | 0 | 110.8 | 1 | 0.71 |
| Hex | 80 | FF | 69 | 32 | 0 | 3B | 0 | 6F | 64 | 47 |
| Octal | 200 | 377 | 151 | 62 | 0 | 73 | 0 | 157 | 144 | 107 |
| Binary | 10000000 | 11111111 | 1101001 | 110010 | 0 | 111011 | 0 | 1101111 | 1100100 | 1000111 |
Color Harmonies of #80FF69
Complementary color
Monochromatic Colors of #80FF69
Black with #80FF69
Text Example
Text Example
White with #80FF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FF69; }
p { color: rgb(128,255,105); }
H1.HeaderClassName
{
color: #80FF69;
}
.AnyTagClassName
{
color: #80FF69;
}
</style>
background-color css
<style>
a { background-color: #80FF69; }
a { background-color: rgb(128,255,105); }
div.DivClassName
{
background-color: #80FF69;
}
.BgClassName
{
background-color: #80FF69;
}
</style>
border-color css
<style>
span { border-color: #80FF69; }
span { border-color: rgb(128,255,105); }
td.TdClassName
{
border-color: #80FF69;
}
.TagClassName
{
border-color: #80FF69;
}
</style>