Shades of Pastel Green #80D273
Tints of Pastel Green #80D273
RGB
CMYK
RGB Variations
Color information
#80D273 (or 0x80D273) is known color: Pastel Green. HEX triplet: 80, D2 and 73. RGB value is (128,210,115). Sum of RGB (Red+Green+Blue) = 128+210+115=453 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.26% from 453); Green value is 210 (82.42% from 255 or 46.36% from 453); Blue value is 115 (45.31% from 255 or 25.39% from 453); Max value from RGB is 210 - color contains mainly: green. Hex color #80D273 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D273 is #7F2D8C. Grayscale: #AEAEAE. Windows color (decimal): -8334733 or 7590528. OLE color: 7590528.
HSL color Cylindrical-coordinate representation of color #80D273: hue angle of 111.79º 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 #80D273 is Cyan = 0.39, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 210 | 115 | - |
| CMYK | 0.39 | 0 | 0.45 | 0.18 |
| HSL | 111.79º | 0.51% | 0.64% | - |
| HSV(B) | 111.79º | 0.45% | 0.82% | - |
| XYZ | 35.04 | 51.92 | 24.39 | - |
| YUV | 174.65 | 94.33 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 210 | 115 | 0.39 | 0 | 0.45 | 0.18 | 111.79 | 0.51 | 0.64 |
| Hex | 80 | D2 | 73 | 27 | 0 | 2D | 12 | 70 | 33 | 40 |
| Octal | 200 | 322 | 163 | 47 | 0 | 55 | 22 | 160 | 63 | 100 |
| Binary | 10000000 | 11010010 | 1110011 | 100111 | 0 | 101101 | 10010 | 1110000 | 110011 | 1000000 |
Color Harmonies of #80D273
Complementary color
Monochromatic Colors of #80D273
Black with #80D273
Text Example
Text Example
White with #80D273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D273; }
p { color: rgb(128,210,115); }
H1.HeaderClassName
{
color: #80D273;
}
.AnyTagClassName
{
color: #80D273;
}
</style>
background-color css
<style>
a { background-color: #80D273; }
a { background-color: rgb(128,210,115); }
div.DivClassName
{
background-color: #80D273;
}
.BgClassName
{
background-color: #80D273;
}
</style>
border-color css
<style>
span { border-color: #80D273; }
span { border-color: rgb(128,210,115); }
td.TdClassName
{
border-color: #80D273;
}
.TagClassName
{
border-color: #80D273;
}
</style>