Shades of Pastel Green #7DDA63
Tints of Pastel Green #7DDA63
RGB
CMYK
RGB Variations
Color information
#7DDA63 (or 0x7DDA63) is known color: Pastel Green. HEX triplet: 7D, DA and 63. RGB value is (125,218,99). Sum of RGB (Red+Green+Blue) = 125+218+99=442 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.28% from 442); Green value is 218 (85.55% from 255 or 49.32% from 442); Blue value is 99 (39.06% from 255 or 22.40% from 442); Max value from RGB is 218 - color contains mainly: green. Hex color #7DDA63 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDA63 is #82259C. Grayscale: #B1B1B1. Windows color (decimal): -8529309 or 6543997. OLE color: 6543997.
HSL color Cylindrical-coordinate representation of color #7DDA63: hue angle of 106.89º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7DDA63 is Cyan = 0.43, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 218 | 99 | - |
| CMYK | 0.43 | 0 | 0.55 | 0.15 |
| HSL | 106.89º | 0.62% | 0.62% | - |
| HSV(B) | 106.89º | 0.55% | 0.85% | - |
| XYZ | 35.78 | 55.4 | 20.61 | - |
| YUV | 176.63 | 84.19 | 91.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 218 | 99 | 0.43 | 0 | 0.55 | 0.15 | 106.89 | 0.62 | 0.62 |
| Hex | 7D | DA | 63 | 2B | 0 | 37 | F | 6B | 3E | 3E |
| Octal | 175 | 332 | 143 | 53 | 0 | 67 | 17 | 153 | 76 | 76 |
| Binary | 1111101 | 11011010 | 1100011 | 101011 | 0 | 110111 | 1111 | 1101011 | 111110 | 111110 |
Color Harmonies of #7DDA63
Complementary color
Monochromatic Colors of #7DDA63
Black with #7DDA63
Text Example
Text Example
White with #7DDA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDA63; }
p { color: rgb(125,218,99); }
H1.HeaderClassName
{
color: #7DDA63;
}
.AnyTagClassName
{
color: #7DDA63;
}
</style>
background-color css
<style>
a { background-color: #7DDA63; }
a { background-color: rgb(125,218,99); }
div.DivClassName
{
background-color: #7DDA63;
}
.BgClassName
{
background-color: #7DDA63;
}
</style>
border-color css
<style>
span { border-color: #7DDA63; }
span { border-color: rgb(125,218,99); }
td.TdClassName
{
border-color: #7DDA63;
}
.TagClassName
{
border-color: #7DDA63;
}
</style>