Shades of Pastel Green #7FDF86
Tints of Pastel Green #7FDF86
RGB
CMYK
RGB Variations
Color information
#7FDF86 (or 0x7FDF86) is known color: Pastel Green. HEX triplet: 7F, DF and 86. RGB value is (127,223,134). Sum of RGB (Red+Green+Blue) = 127+223+134=484 (64% of max value = 765). Red value is 127 (50% from 255 or 26.24% from 484); Green value is 223 (87.5% from 255 or 46.07% from 484); Blue value is 134 (52.73% from 255 or 27.69% from 484); Max value from RGB is 223 - color contains mainly: green. Hex color #7FDF86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FDF86 is #802079. Grayscale: #B8B8B8. Windows color (decimal): -8396922 or 8839039. OLE color: 8839039.
HSL color Cylindrical-coordinate representation of color #7FDF86: hue angle of 124.38º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FDF86 is Cyan = 0.43, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 223 | 134 | - |
| CMYK | 0.43 | 0 | 0.40 | 0.13 |
| HSL | 124.38º | 0.6% | 0.69% | - |
| HSV(B) | 124.38º | 0.43% | 0.87% | - |
| XYZ | 39.44 | 59.01 | 31.87 | - |
| YUV | 184.15 | 99.7 | 87.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 223 | 134 | 0.43 | 0 | 0.40 | 0.13 | 124.38 | 0.6 | 0.69 |
| Hex | 7F | DF | 86 | 2B | 0 | 28 | D | 7C | 3C | 45 |
| Octal | 177 | 337 | 206 | 53 | 0 | 50 | 15 | 174 | 74 | 105 |
| Binary | 1111111 | 11011111 | 10000110 | 101011 | 0 | 101000 | 1101 | 1111100 | 111100 | 1000101 |
Color Harmonies of #7FDF86
Complementary color
Monochromatic Colors of #7FDF86
Black with #7FDF86
Text Example
Text Example
White with #7FDF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDF86; }
p { color: rgb(127,223,134); }
H1.HeaderClassName
{
color: #7FDF86;
}
.AnyTagClassName
{
color: #7FDF86;
}
</style>
background-color css
<style>
a { background-color: #7FDF86; }
a { background-color: rgb(127,223,134); }
div.DivClassName
{
background-color: #7FDF86;
}
.BgClassName
{
background-color: #7FDF86;
}
</style>
border-color css
<style>
span { border-color: #7FDF86; }
span { border-color: rgb(127,223,134); }
td.TdClassName
{
border-color: #7FDF86;
}
.TagClassName
{
border-color: #7FDF86;
}
</style>