Shades of Light Green #80DF9A
Tints of Light Green #80DF9A
RGB
CMYK
RGB Variations
Color information
#80DF9A (or 0x80DF9A) is known color: Light Green. HEX triplet: 80, DF and 9A. RGB value is (128,223,154). Sum of RGB (Red+Green+Blue) = 128+223+154=505 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.35% from 505); Green value is 223 (87.5% from 255 or 44.16% from 505); Blue value is 154 (60.55% from 255 or 30.50% from 505); Max value from RGB is 223 - color contains mainly: green. Hex color #80DF9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DF9A is #7F2065. Grayscale: #BABABA. Windows color (decimal): -8331366 or 10149760. OLE color: 10149760.
HSL color Cylindrical-coordinate representation of color #80DF9A: hue angle of 136.42º 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 #80DF9A is Cyan = 0.43, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 223 | 154 | - |
| CMYK | 0.43 | 0 | 0.31 | 0.13 |
| HSL | 136.42º | 0.6% | 0.69% | - |
| HSV(B) | 136.42º | 0.43% | 0.87% | - |
| XYZ | 41.12 | 59.7 | 39.93 | - |
| YUV | 186.73 | 109.53 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 223 | 154 | 0.43 | 0 | 0.31 | 0.13 | 136.42 | 0.6 | 0.69 |
| Hex | 80 | DF | 9A | 2B | 0 | 1F | D | 88 | 3C | 45 |
| Octal | 200 | 337 | 232 | 53 | 0 | 37 | 15 | 210 | 74 | 105 |
| Binary | 10000000 | 11011111 | 10011010 | 101011 | 0 | 11111 | 1101 | 10001000 | 111100 | 1000101 |
Color Harmonies of #80DF9A
Complementary color
Monochromatic Colors of #80DF9A
Black with #80DF9A
Text Example
Text Example
White with #80DF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DF9A; }
p { color: rgb(128,223,154); }
H1.HeaderClassName
{
color: #80DF9A;
}
.AnyTagClassName
{
color: #80DF9A;
}
</style>
background-color css
<style>
a { background-color: #80DF9A; }
a { background-color: rgb(128,223,154); }
div.DivClassName
{
background-color: #80DF9A;
}
.BgClassName
{
background-color: #80DF9A;
}
</style>
border-color css
<style>
span { border-color: #80DF9A; }
span { border-color: rgb(128,223,154); }
td.TdClassName
{
border-color: #80DF9A;
}
.TagClassName
{
border-color: #80DF9A;
}
</style>