Shades of Pastel Green #7DDD7D
Tints of Pastel Green #7DDD7D
RGB
CMYK
RGB Variations
Color information
#7DDD7D (or 0x7DDD7D) is known color: Pastel Green. HEX triplet: 7D, DD and 7D. RGB value is (125,221,125). Sum of RGB (Red+Green+Blue) = 125+221+125=471 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.54% from 471); Green value is 221 (86.72% from 255 or 46.92% from 471); Blue value is 125 (49.22% from 255 or 26.54% from 471); Max value from RGB is 221 - color contains mainly: green. Hex color #7DDD7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDD7D is #822282. Grayscale: #B5B5B5. Windows color (decimal): -8528515 or 8248701. OLE color: 8248701.
HSL color Cylindrical-coordinate representation of color #7DDD7D: hue angle of 120º 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 #7DDD7D is Cyan = 0.43, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 221 | 125 | - |
| CMYK | 0.43 | 0 | 0.43 | 0.13 |
| HSL | 120º | 0.59% | 0.68% | - |
| HSV(B) | 120º | 0.43% | 0.87% | - |
| XYZ | 38.02 | 57.55 | 28.51 | - |
| YUV | 181.35 | 96.2 | 87.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 221 | 125 | 0.43 | 0 | 0.43 | 0.13 | 120 | 0.59 | 0.68 |
| Hex | 7D | DD | 7D | 2B | 0 | 2B | D | 78 | 3B | 44 |
| Octal | 175 | 335 | 175 | 53 | 0 | 53 | 15 | 170 | 73 | 104 |
| Binary | 1111101 | 11011101 | 1111101 | 101011 | 0 | 101011 | 1101 | 1111000 | 111011 | 1000100 |
Color Harmonies of #7DDD7D
Complementary color
Monochromatic Colors of #7DDD7D
Black with #7DDD7D
Text Example
Text Example
White with #7DDD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDD7D; }
p { color: rgb(125,221,125); }
H1.HeaderClassName
{
color: #7DDD7D;
}
.AnyTagClassName
{
color: #7DDD7D;
}
</style>
background-color css
<style>
a { background-color: #7DDD7D; }
a { background-color: rgb(125,221,125); }
div.DivClassName
{
background-color: #7DDD7D;
}
.BgClassName
{
background-color: #7DDD7D;
}
</style>
border-color css
<style>
span { border-color: #7DDD7D; }
span { border-color: rgb(125,221,125); }
td.TdClassName
{
border-color: #7DDD7D;
}
.TagClassName
{
border-color: #7DDD7D;
}
</style>