Shades of Pastel Green #80DC69
Tints of Pastel Green #80DC69
RGB
CMYK
RGB Variations
Color information
#80DC69 (or 0x80DC69) is known color: Pastel Green. HEX triplet: 80, DC and 69. RGB value is (128,220,105). Sum of RGB (Red+Green+Blue) = 128+220+105=453 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.26% from 453); Green value is 220 (86.33% from 255 or 48.57% from 453); Blue value is 105 (41.41% from 255 or 23.18% from 453); Max value from RGB is 220 - color contains mainly: green. Hex color #80DC69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80DC69 is #7F2396. Grayscale: #B3B3B3. Windows color (decimal): -8332183 or 6937728. OLE color: 6937728.
HSL color Cylindrical-coordinate representation of color #80DC69: hue angle of 108º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #80DC69 is Cyan = 0.42, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 220 | 105 | - |
| CMYK | 0.42 | 0 | 0.52 | 0.14 |
| HSL | 108º | 0.62% | 0.64% | - |
| HSV(B) | 108º | 0.52% | 0.86% | - |
| XYZ | 37.05 | 56.8 | 22.37 | - |
| YUV | 179.38 | 86.02 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 220 | 105 | 0.42 | 0 | 0.52 | 0.14 | 108 | 0.62 | 0.64 |
| Hex | 80 | DC | 69 | 2A | 0 | 34 | E | 6C | 3E | 40 |
| Octal | 200 | 334 | 151 | 52 | 0 | 64 | 16 | 154 | 76 | 100 |
| Binary | 10000000 | 11011100 | 1101001 | 101010 | 0 | 110100 | 1110 | 1101100 | 111110 | 1000000 |
Color Harmonies of #80DC69
Complementary color
Monochromatic Colors of #80DC69
Black with #80DC69
Text Example
Text Example
White with #80DC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DC69; }
p { color: rgb(128,220,105); }
H1.HeaderClassName
{
color: #80DC69;
}
.AnyTagClassName
{
color: #80DC69;
}
</style>
background-color css
<style>
a { background-color: #80DC69; }
a { background-color: rgb(128,220,105); }
div.DivClassName
{
background-color: #80DC69;
}
.BgClassName
{
background-color: #80DC69;
}
</style>
border-color css
<style>
span { border-color: #80DC69; }
span { border-color: rgb(128,220,105); }
td.TdClassName
{
border-color: #80DC69;
}
.TagClassName
{
border-color: #80DC69;
}
</style>