Shades of Pastel Green #7DD865
Tints of Pastel Green #7DD865
RGB
CMYK
RGB Variations
Color information
#7DD865 (or 0x7DD865) is known color: Pastel Green. HEX triplet: 7D, D8 and 65. RGB value is (125,216,101). Sum of RGB (Red+Green+Blue) = 125+216+101=442 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.28% from 442); Green value is 216 (84.77% from 255 or 48.87% from 442); Blue value is 101 (39.84% from 255 or 22.85% from 442); Max value from RGB is 216 - color contains mainly: green. Hex color #7DD865 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD865 is #82279A. Grayscale: #B0B0B0. Windows color (decimal): -8529819 or 6674557. OLE color: 6674557.
HSL color Cylindrical-coordinate representation of color #7DD865: hue angle of 107.48º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7DD865 is Cyan = 0.42, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 216 | 101 | - |
| CMYK | 0.42 | 0 | 0.53 | 0.15 |
| HSL | 107.48º | 0.6% | 0.62% | - |
| HSV(B) | 107.48º | 0.53% | 0.85% | - |
| XYZ | 35.36 | 54.41 | 20.95 | - |
| YUV | 175.68 | 85.85 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 216 | 101 | 0.42 | 0 | 0.53 | 0.15 | 107.48 | 0.6 | 0.62 |
| Hex | 7D | D8 | 65 | 2A | 0 | 35 | F | 6B | 3C | 3E |
| Octal | 175 | 330 | 145 | 52 | 0 | 65 | 17 | 153 | 74 | 76 |
| Binary | 1111101 | 11011000 | 1100101 | 101010 | 0 | 110101 | 1111 | 1101011 | 111100 | 111110 |
Color Harmonies of #7DD865
Complementary color
Monochromatic Colors of #7DD865
Black with #7DD865
Text Example
Text Example
White with #7DD865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD865; }
p { color: rgb(125,216,101); }
H1.HeaderClassName
{
color: #7DD865;
}
.AnyTagClassName
{
color: #7DD865;
}
</style>
background-color css
<style>
a { background-color: #7DD865; }
a { background-color: rgb(125,216,101); }
div.DivClassName
{
background-color: #7DD865;
}
.BgClassName
{
background-color: #7DD865;
}
</style>
border-color css
<style>
span { border-color: #7DD865; }
span { border-color: rgb(125,216,101); }
td.TdClassName
{
border-color: #7DD865;
}
.TagClassName
{
border-color: #7DD865;
}
</style>