Shades of Pastel Green #7CDC86
Tints of Pastel Green #7CDC86
RGB
CMYK
RGB Variations
Color information
#7CDC86 (or 0x7CDC86) is known color: Pastel Green. HEX triplet: 7C, DC and 86. RGB value is (124,220,134). Sum of RGB (Red+Green+Blue) = 124+220+134=478 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.94% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 134 (52.73% from 255 or 28.03% from 478); Max value from RGB is 220 - color contains mainly: green. Hex color #7CDC86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CDC86 is #832379. Grayscale: #B5B5B5. Windows color (decimal): -8594298 or 8838268. OLE color: 8838268.
HSL color Cylindrical-coordinate representation of color #7CDC86: hue angle of 126.25º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CDC86 is Cyan = 0.44, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 220 | 134 | - |
| CMYK | 0.44 | 0 | 0.39 | 0.14 |
| HSL | 126.25º | 0.58% | 0.67% | - |
| HSV(B) | 126.25º | 0.44% | 0.86% | - |
| XYZ | 38.21 | 57.19 | 31.58 | - |
| YUV | 181.49 | 101.2 | 86.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 220 | 134 | 0.44 | 0 | 0.39 | 0.14 | 126.25 | 0.58 | 0.67 |
| Hex | 7C | DC | 86 | 2C | 0 | 27 | E | 7E | 3A | 43 |
| Octal | 174 | 334 | 206 | 54 | 0 | 47 | 16 | 176 | 72 | 103 |
| Binary | 1111100 | 11011100 | 10000110 | 101100 | 0 | 100111 | 1110 | 1111110 | 111010 | 1000011 |
Color Harmonies of #7CDC86
Complementary color
Monochromatic Colors of #7CDC86
Black with #7CDC86
Text Example
Text Example
White with #7CDC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDC86; }
p { color: rgb(124,220,134); }
H1.HeaderClassName
{
color: #7CDC86;
}
.AnyTagClassName
{
color: #7CDC86;
}
</style>
background-color css
<style>
a { background-color: #7CDC86; }
a { background-color: rgb(124,220,134); }
div.DivClassName
{
background-color: #7CDC86;
}
.BgClassName
{
background-color: #7CDC86;
}
</style>
border-color css
<style>
span { border-color: #7CDC86; }
span { border-color: rgb(124,220,134); }
td.TdClassName
{
border-color: #7CDC86;
}
.TagClassName
{
border-color: #7CDC86;
}
</style>