Shades of Pastel Green #7FDD80
Tints of Pastel Green #7FDD80
RGB
CMYK
RGB Variations
Color information
#7FDD80 (or 0x7FDD80) is known color: Pastel Green. HEX triplet: 7F, DD and 80. RGB value is (127,221,128). Sum of RGB (Red+Green+Blue) = 127+221+128=476 (63% of max value = 765). Red value is 127 (50% from 255 or 26.68% from 476); Green value is 221 (86.72% from 255 or 46.43% from 476); Blue value is 128 (50.39% from 255 or 26.89% from 476); Max value from RGB is 221 - color contains mainly: green. Hex color #7FDD80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FDD80 is #80227F. Grayscale: #B6B6B6. Windows color (decimal): -8397440 or 8445311. OLE color: 8445311.
HSL color Cylindrical-coordinate representation of color #7FDD80: hue angle of 120.64º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FDD80 is Cyan = 0.43, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 221 | 128 | - |
| CMYK | 0.43 | 0 | 0.42 | 0.13 |
| HSL | 120.64º | 0.58% | 0.68% | - |
| HSV(B) | 120.64º | 0.43% | 0.87% | - |
| XYZ | 38.51 | 57.78 | 29.55 | - |
| YUV | 182.29 | 97.36 | 88.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 221 | 128 | 0.43 | 0 | 0.42 | 0.13 | 120.64 | 0.58 | 0.68 |
| Hex | 7F | DD | 80 | 2B | 0 | 2A | D | 79 | 3A | 44 |
| Octal | 177 | 335 | 200 | 53 | 0 | 52 | 15 | 171 | 72 | 104 |
| Binary | 1111111 | 11011101 | 10000000 | 101011 | 0 | 101010 | 1101 | 1111001 | 111010 | 1000100 |
Color Harmonies of #7FDD80
Complementary color
Monochromatic Colors of #7FDD80
Black with #7FDD80
Text Example
Text Example
White with #7FDD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDD80; }
p { color: rgb(127,221,128); }
H1.HeaderClassName
{
color: #7FDD80;
}
.AnyTagClassName
{
color: #7FDD80;
}
</style>
background-color css
<style>
a { background-color: #7FDD80; }
a { background-color: rgb(127,221,128); }
div.DivClassName
{
background-color: #7FDD80;
}
.BgClassName
{
background-color: #7FDD80;
}
</style>
border-color css
<style>
span { border-color: #7FDD80; }
span { border-color: rgb(127,221,128); }
td.TdClassName
{
border-color: #7FDD80;
}
.TagClassName
{
border-color: #7FDD80;
}
</style>