Shades of Pastel Green #7CDE86
Tints of Pastel Green #7CDE86
RGB
CMYK
RGB Variations
Color information
#7CDE86 (or 0x7CDE86) is known color: Pastel Green. HEX triplet: 7C, DE and 86. RGB value is (124,222,134). Sum of RGB (Red+Green+Blue) = 124+222+134=480 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.83% from 480); Green value is 222 (87.11% from 255 or 46.25% from 480); Blue value is 134 (52.73% from 255 or 27.92% from 480); Max value from RGB is 222 - color contains mainly: green. Hex color #7CDE86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CDE86 is #832179. Grayscale: #B6B6B6. Windows color (decimal): -8593786 or 8838780. OLE color: 8838780.
HSL color Cylindrical-coordinate representation of color #7CDE86: hue angle of 126.12º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CDE86 is Cyan = 0.44, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 222 | 134 | - |
| CMYK | 0.44 | 0 | 0.40 | 0.13 |
| HSL | 126.12º | 0.6% | 0.68% | - |
| HSV(B) | 126.12º | 0.44% | 0.87% | - |
| XYZ | 38.74 | 58.25 | 31.76 | - |
| YUV | 182.67 | 100.53 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 222 | 134 | 0.44 | 0 | 0.40 | 0.13 | 126.12 | 0.6 | 0.68 |
| Hex | 7C | DE | 86 | 2C | 0 | 28 | D | 7E | 3C | 44 |
| Octal | 174 | 336 | 206 | 54 | 0 | 50 | 15 | 176 | 74 | 104 |
| Binary | 1111100 | 11011110 | 10000110 | 101100 | 0 | 101000 | 1101 | 1111110 | 111100 | 1000100 |
Color Harmonies of #7CDE86
Complementary color
Monochromatic Colors of #7CDE86
Black with #7CDE86
Text Example
Text Example
White with #7CDE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDE86; }
p { color: rgb(124,222,134); }
H1.HeaderClassName
{
color: #7CDE86;
}
.AnyTagClassName
{
color: #7CDE86;
}
</style>
background-color css
<style>
a { background-color: #7CDE86; }
a { background-color: rgb(124,222,134); }
div.DivClassName
{
background-color: #7CDE86;
}
.BgClassName
{
background-color: #7CDE86;
}
</style>
border-color css
<style>
span { border-color: #7CDE86; }
span { border-color: rgb(124,222,134); }
td.TdClassName
{
border-color: #7CDE86;
}
.TagClassName
{
border-color: #7CDE86;
}
</style>