Shades of Light Green #80DF98
Tints of Light Green #80DF98
RGB
CMYK
RGB Variations
Color information
#80DF98 (or 0x80DF98) is known color: Light Green. HEX triplet: 80, DF and 98. RGB value is (128,223,152). Sum of RGB (Red+Green+Blue) = 128+223+152=503 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.45% from 503); Green value is 223 (87.5% from 255 or 44.33% from 503); Blue value is 152 (59.77% from 255 or 30.22% from 503); Max value from RGB is 223 - color contains mainly: green. Hex color #80DF98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DF98 is #7F2067. Grayscale: #BABABA. Windows color (decimal): -8331368 or 10018688. OLE color: 10018688.
HSL color Cylindrical-coordinate representation of color #80DF98: hue angle of 135.16º 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 #80DF98 is Cyan = 0.43, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 223 | 152 | - |
| CMYK | 0.43 | 0 | 0.32 | 0.13 |
| HSL | 135.16º | 0.6% | 0.69% | - |
| HSV(B) | 135.16º | 0.43% | 0.87% | - |
| XYZ | 40.96 | 59.63 | 39.06 | - |
| YUV | 186.5 | 108.53 | 86.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 223 | 152 | 0.43 | 0 | 0.32 | 0.13 | 135.16 | 0.6 | 0.69 |
| Hex | 80 | DF | 98 | 2B | 0 | 20 | D | 87 | 3C | 45 |
| Octal | 200 | 337 | 230 | 53 | 0 | 40 | 15 | 207 | 74 | 105 |
| Binary | 10000000 | 11011111 | 10011000 | 101011 | 0 | 100000 | 1101 | 10000111 | 111100 | 1000101 |
Color Harmonies of #80DF98
Complementary color
Monochromatic Colors of #80DF98
Black with #80DF98
Text Example
Text Example
White with #80DF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DF98; }
p { color: rgb(128,223,152); }
H1.HeaderClassName
{
color: #80DF98;
}
.AnyTagClassName
{
color: #80DF98;
}
</style>
background-color css
<style>
a { background-color: #80DF98; }
a { background-color: rgb(128,223,152); }
div.DivClassName
{
background-color: #80DF98;
}
.BgClassName
{
background-color: #80DF98;
}
</style>
border-color css
<style>
span { border-color: #80DF98; }
span { border-color: rgb(128,223,152); }
td.TdClassName
{
border-color: #80DF98;
}
.TagClassName
{
border-color: #80DF98;
}
</style>