Shades of Light Green #80DF94
Tints of Light Green #80DF94
RGB
CMYK
RGB Variations
Color information
#80DF94 (or 0x80DF94) is known color: Light Green. HEX triplet: 80, DF and 94. RGB value is (128,223,148). Sum of RGB (Red+Green+Blue) = 128+223+148=499 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.65% from 499); Green value is 223 (87.5% from 255 or 44.69% from 499); Blue value is 148 (58.20% from 255 or 29.66% from 499); Max value from RGB is 223 - color contains mainly: green. Hex color #80DF94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DF94 is #7F206B. Grayscale: #BABABA. Windows color (decimal): -8331372 or 9756544. OLE color: 9756544.
HSL color Cylindrical-coordinate representation of color #80DF94: hue angle of 132.63º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80DF94 is Cyan = 0.43, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 223 | 148 | - |
| CMYK | 0.43 | 0 | 0.34 | 0.13 |
| HSL | 132.63º | 0.6% | 0.69% | - |
| HSV(B) | 132.63º | 0.43% | 0.87% | - |
| XYZ | 40.64 | 59.5 | 37.36 | - |
| YUV | 186.05 | 106.53 | 86.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 223 | 148 | 0.43 | 0 | 0.34 | 0.13 | 132.63 | 0.6 | 0.69 |
| Hex | 80 | DF | 94 | 2B | 0 | 22 | D | 85 | 3C | 45 |
| Octal | 200 | 337 | 224 | 53 | 0 | 42 | 15 | 205 | 74 | 105 |
| Binary | 10000000 | 11011111 | 10010100 | 101011 | 0 | 100010 | 1101 | 10000101 | 111100 | 1000101 |
Color Harmonies of #80DF94
Complementary color
Monochromatic Colors of #80DF94
Black with #80DF94
Text Example
Text Example
White with #80DF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DF94; }
p { color: rgb(128,223,148); }
H1.HeaderClassName
{
color: #80DF94;
}
.AnyTagClassName
{
color: #80DF94;
}
</style>
background-color css
<style>
a { background-color: #80DF94; }
a { background-color: rgb(128,223,148); }
div.DivClassName
{
background-color: #80DF94;
}
.BgClassName
{
background-color: #80DF94;
}
</style>
border-color css
<style>
span { border-color: #80DF94; }
span { border-color: rgb(128,223,148); }
td.TdClassName
{
border-color: #80DF94;
}
.TagClassName
{
border-color: #80DF94;
}
</style>