Shades of Pastel Green #80DF7A
Tints of Pastel Green #80DF7A
RGB
CMYK
RGB Variations
Color information
#80DF7A (or 0x80DF7A) is known color: Pastel Green. HEX triplet: 80, DF and 7A. RGB value is (128,223,122). Sum of RGB (Red+Green+Blue) = 128+223+122=473 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.06% from 473); Green value is 223 (87.5% from 255 or 47.15% from 473); Blue value is 122 (48.05% from 255 or 25.79% from 473); Max value from RGB is 223 - color contains mainly: green. Hex color #80DF7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80DF7A is #7F2085. Grayscale: #B7B7B7. Windows color (decimal): -8331398 or 8052608. OLE color: 8052608.
HSL color Cylindrical-coordinate representation of color #80DF7A: hue angle of 116.44º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80DF7A is Cyan = 0.43, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 223 | 122 | - |
| CMYK | 0.43 | 0 | 0.45 | 0.13 |
| HSL | 116.44º | 0.61% | 0.68% | - |
| HSV(B) | 116.44º | 0.45% | 0.87% | - |
| XYZ | 38.8 | 58.77 | 27.71 | - |
| YUV | 183.08 | 93.53 | 88.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 223 | 122 | 0.43 | 0 | 0.45 | 0.13 | 116.44 | 0.61 | 0.68 |
| Hex | 80 | DF | 7A | 2B | 0 | 2D | D | 74 | 3D | 44 |
| Octal | 200 | 337 | 172 | 53 | 0 | 55 | 15 | 164 | 75 | 104 |
| Binary | 10000000 | 11011111 | 1111010 | 101011 | 0 | 101101 | 1101 | 1110100 | 111101 | 1000100 |
Color Harmonies of #80DF7A
Complementary color
Monochromatic Colors of #80DF7A
Black with #80DF7A
Text Example
Text Example
White with #80DF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DF7A; }
p { color: rgb(128,223,122); }
H1.HeaderClassName
{
color: #80DF7A;
}
.AnyTagClassName
{
color: #80DF7A;
}
</style>
background-color css
<style>
a { background-color: #80DF7A; }
a { background-color: rgb(128,223,122); }
div.DivClassName
{
background-color: #80DF7A;
}
.BgClassName
{
background-color: #80DF7A;
}
</style>
border-color css
<style>
span { border-color: #80DF7A; }
span { border-color: rgb(128,223,122); }
td.TdClassName
{
border-color: #80DF7A;
}
.TagClassName
{
border-color: #80DF7A;
}
</style>