Shades of Pastel Green #80D275
Tints of Pastel Green #80D275
RGB
CMYK
RGB Variations
Color information
#80D275 (or 0x80D275) is known color: Pastel Green. HEX triplet: 80, D2 and 75. RGB value is (128,210,117). Sum of RGB (Red+Green+Blue) = 128+210+117=455 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.13% from 455); Green value is 210 (82.42% from 255 or 46.15% from 455); Blue value is 117 (46.09% from 255 or 25.71% from 455); Max value from RGB is 210 - color contains mainly: green. Hex color #80D275 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D275 is #7F2D8A. Grayscale: #AFAFAF. Windows color (decimal): -8334731 or 7721600. OLE color: 7721600.
HSL color Cylindrical-coordinate representation of color #80D275: hue angle of 112.9º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #80D275 is Cyan = 0.39, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 210 | 117 | - |
| CMYK | 0.39 | 0 | 0.44 | 0.18 |
| HSL | 112.9º | 0.51% | 0.64% | - |
| HSV(B) | 112.9º | 0.44% | 0.82% | - |
| XYZ | 35.16 | 51.97 | 25.01 | - |
| YUV | 174.88 | 95.33 | 94.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 210 | 117 | 0.39 | 0 | 0.44 | 0.18 | 112.9 | 0.51 | 0.64 |
| Hex | 80 | D2 | 75 | 27 | 0 | 2C | 12 | 71 | 33 | 40 |
| Octal | 200 | 322 | 165 | 47 | 0 | 54 | 22 | 161 | 63 | 100 |
| Binary | 10000000 | 11010010 | 1110101 | 100111 | 0 | 101100 | 10010 | 1110001 | 110011 | 1000000 |
Color Harmonies of #80D275
Complementary color
Monochromatic Colors of #80D275
Black with #80D275
Text Example
Text Example
White with #80D275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D275; }
p { color: rgb(128,210,117); }
H1.HeaderClassName
{
color: #80D275;
}
.AnyTagClassName
{
color: #80D275;
}
</style>
background-color css
<style>
a { background-color: #80D275; }
a { background-color: rgb(128,210,117); }
div.DivClassName
{
background-color: #80D275;
}
.BgClassName
{
background-color: #80D275;
}
</style>
border-color css
<style>
span { border-color: #80D275; }
span { border-color: rgb(128,210,117); }
td.TdClassName
{
border-color: #80D275;
}
.TagClassName
{
border-color: #80D275;
}
</style>