Shades of Light Green #80DF9B
Tints of Light Green #80DF9B
RGB
CMYK
RGB Variations
Color information
#80DF9B (or 0x80DF9B) is known color: Light Green. HEX triplet: 80, DF and 9B. RGB value is (128,223,155). Sum of RGB (Red+Green+Blue) = 128+223+155=506 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.30% from 506); Green value is 223 (87.5% from 255 or 44.07% from 506); Blue value is 155 (60.94% from 255 or 30.63% from 506); Max value from RGB is 223 - color contains mainly: green. Hex color #80DF9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DF9B is #7F2064. Grayscale: #BBBBBB. Windows color (decimal): -8331365 or 10215296. OLE color: 10215296.
HSL color Cylindrical-coordinate representation of color #80DF9B: hue angle of 137.05º 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 #80DF9B is Cyan = 0.43, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 223 | 155 | - |
| CMYK | 0.43 | 0 | 0.30 | 0.13 |
| HSL | 137.05º | 0.6% | 0.69% | - |
| HSV(B) | 137.05º | 0.43% | 0.87% | - |
| XYZ | 41.21 | 59.73 | 40.37 | - |
| YUV | 186.84 | 110.03 | 86.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 223 | 155 | 0.43 | 0 | 0.30 | 0.13 | 137.05 | 0.6 | 0.69 |
| Hex | 80 | DF | 9B | 2B | 0 | 1E | D | 89 | 3C | 45 |
| Octal | 200 | 337 | 233 | 53 | 0 | 36 | 15 | 211 | 74 | 105 |
| Binary | 10000000 | 11011111 | 10011011 | 101011 | 0 | 11110 | 1101 | 10001001 | 111100 | 1000101 |
Color Harmonies of #80DF9B
Complementary color
Monochromatic Colors of #80DF9B
Black with #80DF9B
Text Example
Text Example
White with #80DF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DF9B; }
p { color: rgb(128,223,155); }
H1.HeaderClassName
{
color: #80DF9B;
}
.AnyTagClassName
{
color: #80DF9B;
}
</style>
background-color css
<style>
a { background-color: #80DF9B; }
a { background-color: rgb(128,223,155); }
div.DivClassName
{
background-color: #80DF9B;
}
.BgClassName
{
background-color: #80DF9B;
}
</style>
border-color css
<style>
span { border-color: #80DF9B; }
span { border-color: rgb(128,223,155); }
td.TdClassName
{
border-color: #80DF9B;
}
.TagClassName
{
border-color: #80DF9B;
}
</style>