Shades of Pastel Green #80D274
Tints of Pastel Green #80D274
RGB
CMYK
RGB Variations
Color information
#80D274 (or 0x80D274) is known color: Pastel Green. HEX triplet: 80, D2 and 74. RGB value is (128,210,116). Sum of RGB (Red+Green+Blue) = 128+210+116=454 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.19% from 454); Green value is 210 (82.42% from 255 or 46.26% from 454); Blue value is 116 (45.70% from 255 or 25.55% from 454); Max value from RGB is 210 - color contains mainly: green. Hex color #80D274 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D274 is #7F2D8B. Grayscale: #AFAFAF. Windows color (decimal): -8334732 or 7656064. OLE color: 7656064.
HSL color Cylindrical-coordinate representation of color #80D274: hue angle of 112.34º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80D274 is Cyan = 0.39, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 210 | 116 | - |
| CMYK | 0.39 | 0 | 0.45 | 0.18 |
| HSL | 112.34º | 0.51% | 0.64% | - |
| HSV(B) | 112.34º | 0.45% | 0.82% | - |
| XYZ | 35.1 | 51.94 | 24.7 | - |
| YUV | 174.77 | 94.83 | 94.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 210 | 116 | 0.39 | 0 | 0.45 | 0.18 | 112.34 | 0.51 | 0.64 |
| Hex | 80 | D2 | 74 | 27 | 0 | 2D | 12 | 70 | 33 | 40 |
| Octal | 200 | 322 | 164 | 47 | 0 | 55 | 22 | 160 | 63 | 100 |
| Binary | 10000000 | 11010010 | 1110100 | 100111 | 0 | 101101 | 10010 | 1110000 | 110011 | 1000000 |
Color Harmonies of #80D274
Complementary color
Monochromatic Colors of #80D274
Black with #80D274
Text Example
Text Example
White with #80D274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D274; }
p { color: rgb(128,210,116); }
H1.HeaderClassName
{
color: #80D274;
}
.AnyTagClassName
{
color: #80D274;
}
</style>
background-color css
<style>
a { background-color: #80D274; }
a { background-color: rgb(128,210,116); }
div.DivClassName
{
background-color: #80D274;
}
.BgClassName
{
background-color: #80D274;
}
</style>
border-color css
<style>
span { border-color: #80D274; }
span { border-color: rgb(128,210,116); }
td.TdClassName
{
border-color: #80D274;
}
.TagClassName
{
border-color: #80D274;
}
</style>