Shades of Pastel Green #7DDD74
Tints of Pastel Green #7DDD74
RGB
CMYK
RGB Variations
Color information
#7DDD74 (or 0x7DDD74) is known color: Pastel Green. HEX triplet: 7D, DD and 74. RGB value is (125,221,116). Sum of RGB (Red+Green+Blue) = 125+221+116=462 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.06% from 462); Green value is 221 (86.72% from 255 or 47.84% from 462); Blue value is 116 (45.70% from 255 or 25.11% from 462); Max value from RGB is 221 - color contains mainly: green. Hex color #7DDD74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDD74 is #82228B. Grayscale: #B4B4B4. Windows color (decimal): -8528524 or 7658877. OLE color: 7658877.
HSL color Cylindrical-coordinate representation of color #7DDD74: hue angle of 114.86º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DDD74 is Cyan = 0.43, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 221 | 116 | - |
| CMYK | 0.43 | 0 | 0.48 | 0.13 |
| HSL | 114.86º | 0.61% | 0.66% | - |
| HSV(B) | 114.86º | 0.48% | 0.87% | - |
| XYZ | 37.47 | 57.33 | 25.61 | - |
| YUV | 180.33 | 91.7 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 221 | 116 | 0.43 | 0 | 0.48 | 0.13 | 114.86 | 0.61 | 0.66 |
| Hex | 7D | DD | 74 | 2B | 0 | 30 | D | 73 | 3D | 42 |
| Octal | 175 | 335 | 164 | 53 | 0 | 60 | 15 | 163 | 75 | 102 |
| Binary | 1111101 | 11011101 | 1110100 | 101011 | 0 | 110000 | 1101 | 1110011 | 111101 | 1000010 |
Color Harmonies of #7DDD74
Complementary color
Monochromatic Colors of #7DDD74
Black with #7DDD74
Text Example
Text Example
White with #7DDD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDD74; }
p { color: rgb(125,221,116); }
H1.HeaderClassName
{
color: #7DDD74;
}
.AnyTagClassName
{
color: #7DDD74;
}
</style>
background-color css
<style>
a { background-color: #7DDD74; }
a { background-color: rgb(125,221,116); }
div.DivClassName
{
background-color: #7DDD74;
}
.BgClassName
{
background-color: #7DDD74;
}
</style>
border-color css
<style>
span { border-color: #7DDD74; }
span { border-color: rgb(125,221,116); }
td.TdClassName
{
border-color: #7DDD74;
}
.TagClassName
{
border-color: #7DDD74;
}
</style>