Shades of Pastel Green #7FDE86
Tints of Pastel Green #7FDE86
RGB
CMYK
RGB Variations
Color information
#7FDE86 (or 0x7FDE86) is known color: Pastel Green. HEX triplet: 7F, DE and 86. RGB value is (127,222,134). Sum of RGB (Red+Green+Blue) = 127+222+134=483 (63% of max value = 765). Red value is 127 (50% from 255 or 26.29% from 483); Green value is 222 (87.11% from 255 or 45.96% from 483); Blue value is 134 (52.73% from 255 or 27.74% from 483); Max value from RGB is 222 - color contains mainly: green. Hex color #7FDE86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FDE86 is #802179. Grayscale: #B7B7B7. Windows color (decimal): -8397178 or 8838783. OLE color: 8838783.
HSL color Cylindrical-coordinate representation of color #7FDE86: hue angle of 124.42º degrees, saturation: 0.59, 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 #7FDE86 is Cyan = 0.43, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 222 | 134 | - |
| CMYK | 0.43 | 0 | 0.40 | 0.13 |
| HSL | 124.42º | 0.59% | 0.68% | - |
| HSV(B) | 124.42º | 0.43% | 0.87% | - |
| XYZ | 39.18 | 58.48 | 31.78 | - |
| YUV | 183.56 | 100.03 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 222 | 134 | 0.43 | 0 | 0.40 | 0.13 | 124.42 | 0.59 | 0.68 |
| Hex | 7F | DE | 86 | 2B | 0 | 28 | D | 7C | 3B | 44 |
| Octal | 177 | 336 | 206 | 53 | 0 | 50 | 15 | 174 | 73 | 104 |
| Binary | 1111111 | 11011110 | 10000110 | 101011 | 0 | 101000 | 1101 | 1111100 | 111011 | 1000100 |
Color Harmonies of #7FDE86
Complementary color
Monochromatic Colors of #7FDE86
Black with #7FDE86
Text Example
Text Example
White with #7FDE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDE86; }
p { color: rgb(127,222,134); }
H1.HeaderClassName
{
color: #7FDE86;
}
.AnyTagClassName
{
color: #7FDE86;
}
</style>
background-color css
<style>
a { background-color: #7FDE86; }
a { background-color: rgb(127,222,134); }
div.DivClassName
{
background-color: #7FDE86;
}
.BgClassName
{
background-color: #7FDE86;
}
</style>
border-color css
<style>
span { border-color: #7FDE86; }
span { border-color: rgb(127,222,134); }
td.TdClassName
{
border-color: #7FDE86;
}
.TagClassName
{
border-color: #7FDE86;
}
</style>