Shades of Pastel Green #7DED6A
Tints of Pastel Green #7DED6A
RGB
CMYK
RGB Variations
Color information
#7DED6A (or 0x7DED6A) is known color: Pastel Green. HEX triplet: 7D, ED and 6A. RGB value is (125,237,106). Sum of RGB (Red+Green+Blue) = 125+237+106=468 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.71% from 468); Green value is 237 (92.97% from 255 or 50.64% from 468); Blue value is 106 (41.80% from 255 or 22.65% from 468); Max value from RGB is 237 - color contains mainly: green. Hex color #7DED6A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DED6A is #821295. Grayscale: #BCBCBC. Windows color (decimal): -8524438 or 7007613. OLE color: 7007613.
HSL color Cylindrical-coordinate representation of color #7DED6A: hue angle of 111.3º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7DED6A is Cyan = 0.47, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 237 | 106 | - |
| CMYK | 0.47 | 0 | 0.55 | 0.07 |
| HSL | 111.3º | 0.78% | 0.67% | - |
| HSV(B) | 111.3º | 0.55% | 0.93% | - |
| XYZ | 41.34 | 65.97 | 24.19 | - |
| YUV | 188.58 | 81.39 | 82.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 237 | 106 | 0.47 | 0 | 0.55 | 0.07 | 111.3 | 0.78 | 0.67 |
| Hex | 7D | ED | 6A | 2F | 0 | 37 | 7 | 6F | 4E | 43 |
| Octal | 175 | 355 | 152 | 57 | 0 | 67 | 7 | 157 | 116 | 103 |
| Binary | 1111101 | 11101101 | 1101010 | 101111 | 0 | 110111 | 111 | 1101111 | 1001110 | 1000011 |
Color Harmonies of #7DED6A
Complementary color
Monochromatic Colors of #7DED6A
Black with #7DED6A
Text Example
Text Example
White with #7DED6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DED6A; }
p { color: rgb(125,237,106); }
H1.HeaderClassName
{
color: #7DED6A;
}
.AnyTagClassName
{
color: #7DED6A;
}
</style>
background-color css
<style>
a { background-color: #7DED6A; }
a { background-color: rgb(125,237,106); }
div.DivClassName
{
background-color: #7DED6A;
}
.BgClassName
{
background-color: #7DED6A;
}
</style>
border-color css
<style>
span { border-color: #7DED6A; }
span { border-color: rgb(125,237,106); }
td.TdClassName
{
border-color: #7DED6A;
}
.TagClassName
{
border-color: #7DED6A;
}
</style>