Shades of Screamin' Green #80FF68
Tints of Screamin' Green #80FF68
RGB
CMYK
RGB Variations
Color information
#80FF68 (or 0x80FF68) is known color: Screamin' Green. HEX triplet: 80, FF and 68. RGB value is (128,255,104). Sum of RGB (Red+Green+Blue) = 128+255+104=487 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.28% from 487); Green value is 255 (100% from 255 or 52.36% from 487); Blue value is 104 (41.02% from 255 or 21.36% from 487); Max value from RGB is 255 - color contains mainly: green. Hex color #80FF68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80FF68 is #7F0097. Grayscale: #C8C8C8. Windows color (decimal): -8323224 or 6881152. OLE color: 6881152.
HSL color Cylindrical-coordinate representation of color #80FF68: hue angle of 110.46º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #80FF68 is Cyan = 0.50, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 255 | 104 | - |
| CMYK | 0.50 | 0 | 0.59 | 0 |
| HSL | 110.46º | 1% | 0.7% | - |
| HSV(B) | 110.46º | 0.59% | 1% | - |
| XYZ | 47.16 | 77.11 | 25.49 | - |
| YUV | 199.81 | 73.92 | 76.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 255 | 104 | 0.50 | 0 | 0.59 | 0 | 110.46 | 1 | 0.7 |
| Hex | 80 | FF | 68 | 32 | 0 | 3B | 0 | 6E | 64 | 46 |
| Octal | 200 | 377 | 150 | 62 | 0 | 73 | 0 | 156 | 144 | 106 |
| Binary | 10000000 | 11111111 | 1101000 | 110010 | 0 | 111011 | 0 | 1101110 | 1100100 | 1000110 |
Color Harmonies of #80FF68
Complementary color
Monochromatic Colors of #80FF68
Black with #80FF68
Text Example
Text Example
White with #80FF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FF68; }
p { color: rgb(128,255,104); }
H1.HeaderClassName
{
color: #80FF68;
}
.AnyTagClassName
{
color: #80FF68;
}
</style>
background-color css
<style>
a { background-color: #80FF68; }
a { background-color: rgb(128,255,104); }
div.DivClassName
{
background-color: #80FF68;
}
.BgClassName
{
background-color: #80FF68;
}
</style>
border-color css
<style>
span { border-color: #80FF68; }
span { border-color: rgb(128,255,104); }
td.TdClassName
{
border-color: #80FF68;
}
.TagClassName
{
border-color: #80FF68;
}
</style>