Shades of Pastel Green #7DDC6C
Tints of Pastel Green #7DDC6C
RGB
CMYK
RGB Variations
Color information
#7DDC6C (or 0x7DDC6C) is known color: Pastel Green. HEX triplet: 7D, DC and 6C. RGB value is (125,220,108). Sum of RGB (Red+Green+Blue) = 125+220+108=453 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.59% from 453); Green value is 220 (86.33% from 255 or 48.57% from 453); Blue value is 108 (42.58% from 255 or 23.84% from 453); Max value from RGB is 220 - color contains mainly: green. Hex color #7DDC6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDC6C is #822393. Grayscale: #B3B3B3. Windows color (decimal): -8528788 or 7134333. OLE color: 7134333.
HSL color Cylindrical-coordinate representation of color #7DDC6C: hue angle of 110.89º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DDC6C is Cyan = 0.43, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 220 | 108 | - |
| CMYK | 0.43 | 0 | 0.51 | 0.14 |
| HSL | 110.89º | 0.62% | 0.64% | - |
| HSV(B) | 110.89º | 0.51% | 0.86% | - |
| XYZ | 36.76 | 56.63 | 23.18 | - |
| YUV | 178.83 | 88.03 | 89.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 220 | 108 | 0.43 | 0 | 0.51 | 0.14 | 110.89 | 0.62 | 0.64 |
| Hex | 7D | DC | 6C | 2B | 0 | 33 | E | 6F | 3E | 40 |
| Octal | 175 | 334 | 154 | 53 | 0 | 63 | 16 | 157 | 76 | 100 |
| Binary | 1111101 | 11011100 | 1101100 | 101011 | 0 | 110011 | 1110 | 1101111 | 111110 | 1000000 |
Color Harmonies of #7DDC6C
Complementary color
Monochromatic Colors of #7DDC6C
Black with #7DDC6C
Text Example
Text Example
White with #7DDC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDC6C; }
p { color: rgb(125,220,108); }
H1.HeaderClassName
{
color: #7DDC6C;
}
.AnyTagClassName
{
color: #7DDC6C;
}
</style>
background-color css
<style>
a { background-color: #7DDC6C; }
a { background-color: rgb(125,220,108); }
div.DivClassName
{
background-color: #7DDC6C;
}
.BgClassName
{
background-color: #7DDC6C;
}
</style>
border-color css
<style>
span { border-color: #7DDC6C; }
span { border-color: rgb(125,220,108); }
td.TdClassName
{
border-color: #7DDC6C;
}
.TagClassName
{
border-color: #7DDC6C;
}
</style>