Shades of Pastel Green #80DC75
Tints of Pastel Green #80DC75
RGB
CMYK
RGB Variations
Color information
#80DC75 (or 0x80DC75) is known color: Pastel Green. HEX triplet: 80, DC and 75. RGB value is (128,220,117). Sum of RGB (Red+Green+Blue) = 128+220+117=465 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.53% from 465); Green value is 220 (86.33% from 255 or 47.31% from 465); Blue value is 117 (46.09% from 255 or 25.16% from 465); Max value from RGB is 220 - color contains mainly: green. Hex color #80DC75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80DC75 is #7F238A. Grayscale: #B5B5B5. Windows color (decimal): -8332171 or 7724160. OLE color: 7724160.
HSL color Cylindrical-coordinate representation of color #80DC75: hue angle of 113.59º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80DC75 is Cyan = 0.42, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 220 | 117 | - |
| CMYK | 0.42 | 0 | 0.47 | 0.14 |
| HSL | 113.59º | 0.6% | 0.66% | - |
| HSV(B) | 113.59º | 0.47% | 0.86% | - |
| XYZ | 37.71 | 57.06 | 25.86 | - |
| YUV | 180.75 | 92.02 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 220 | 117 | 0.42 | 0 | 0.47 | 0.14 | 113.59 | 0.6 | 0.66 |
| Hex | 80 | DC | 75 | 2A | 0 | 2F | E | 72 | 3C | 42 |
| Octal | 200 | 334 | 165 | 52 | 0 | 57 | 16 | 162 | 74 | 102 |
| Binary | 10000000 | 11011100 | 1110101 | 101010 | 0 | 101111 | 1110 | 1110010 | 111100 | 1000010 |
Color Harmonies of #80DC75
Complementary color
Monochromatic Colors of #80DC75
Black with #80DC75
Text Example
Text Example
White with #80DC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DC75; }
p { color: rgb(128,220,117); }
H1.HeaderClassName
{
color: #80DC75;
}
.AnyTagClassName
{
color: #80DC75;
}
</style>
background-color css
<style>
a { background-color: #80DC75; }
a { background-color: rgb(128,220,117); }
div.DivClassName
{
background-color: #80DC75;
}
.BgClassName
{
background-color: #80DC75;
}
</style>
border-color css
<style>
span { border-color: #80DC75; }
span { border-color: rgb(128,220,117); }
td.TdClassName
{
border-color: #80DC75;
}
.TagClassName
{
border-color: #80DC75;
}
</style>