Shades of Pastel Green #80DD6C
Tints of Pastel Green #80DD6C
RGB
CMYK
RGB Variations
Color information
#80DD6C (or 0x80DD6C) is known color: Pastel Green. HEX triplet: 80, DD and 6C. RGB value is (128,221,108). Sum of RGB (Red+Green+Blue) = 128+221+108=457 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.01% from 457); Green value is 221 (86.72% from 255 or 48.36% from 457); Blue value is 108 (42.58% from 255 or 23.63% from 457); Max value from RGB is 221 - color contains mainly: green. Hex color #80DD6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80DD6C is #7F2293. Grayscale: #B4B4B4. Windows color (decimal): -8331924 or 7134592. OLE color: 7134592.
HSL color Cylindrical-coordinate representation of color #80DD6C: hue angle of 109.38º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #80DD6C is Cyan = 0.42, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 221 | 108 | - |
| CMYK | 0.42 | 0 | 0.51 | 0.13 |
| HSL | 109.38º | 0.62% | 0.65% | - |
| HSV(B) | 109.38º | 0.51% | 0.87% | - |
| XYZ | 37.47 | 57.38 | 23.29 | - |
| YUV | 180.31 | 87.19 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 221 | 108 | 0.42 | 0 | 0.51 | 0.13 | 109.38 | 0.62 | 0.65 |
| Hex | 80 | DD | 6C | 2A | 0 | 33 | D | 6D | 3E | 41 |
| Octal | 200 | 335 | 154 | 52 | 0 | 63 | 15 | 155 | 76 | 101 |
| Binary | 10000000 | 11011101 | 1101100 | 101010 | 0 | 110011 | 1101 | 1101101 | 111110 | 1000001 |
Color Harmonies of #80DD6C
Complementary color
Monochromatic Colors of #80DD6C
Black with #80DD6C
Text Example
Text Example
White with #80DD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DD6C; }
p { color: rgb(128,221,108); }
H1.HeaderClassName
{
color: #80DD6C;
}
.AnyTagClassName
{
color: #80DD6C;
}
</style>
background-color css
<style>
a { background-color: #80DD6C; }
a { background-color: rgb(128,221,108); }
div.DivClassName
{
background-color: #80DD6C;
}
.BgClassName
{
background-color: #80DD6C;
}
</style>
border-color css
<style>
span { border-color: #80DD6C; }
span { border-color: rgb(128,221,108); }
td.TdClassName
{
border-color: #80DD6C;
}
.TagClassName
{
border-color: #80DD6C;
}
</style>