Shades of Pastel Green #7DDA7D
Tints of Pastel Green #7DDA7D
RGB
CMYK
RGB Variations
Color information
#7DDA7D (or 0x7DDA7D) is known color: Pastel Green. HEX triplet: 7D, DA and 7D. RGB value is (125,218,125). Sum of RGB (Red+Green+Blue) = 125+218+125=468 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.71% from 468); Green value is 218 (85.55% from 255 or 46.58% from 468); Blue value is 125 (49.22% from 255 or 26.71% from 468); Max value from RGB is 218 - color contains mainly: green. Hex color #7DDA7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDA7D is #822582. Grayscale: #B3B3B3. Windows color (decimal): -8529283 or 8247933. OLE color: 8247933.
HSL color Cylindrical-coordinate representation of color #7DDA7D: hue angle of 120º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DDA7D is Cyan = 0.43, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
RGB | 125 | 218 | 125 | - |
CMYK | 0.43 | 0 | 0.43 | 0.15 |
HSL | 120º | 0.56% | 0.67% | - |
HSV(B) | 120º | 0.43% | 0.85% | - |
XYZ | 37.23 | 55.98 | 28.25 | - |
YUV | 179.59 | 97.19 | 89.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 125 | 218 | 125 | 0.43 | 0 | 0.43 | 0.15 | 120 | 0.56 | 0.67 |
Hex | 7D | DA | 7D | 2B | 0 | 2B | F | 78 | 38 | 43 |
Octal | 175 | 332 | 175 | 53 | 0 | 53 | 17 | 170 | 70 | 103 |
Binary | 1111101 | 11011010 | 1111101 | 101011 | 0 | 101011 | 1111 | 1111000 | 111000 | 1000011 |
Color Harmonies of #7DDA7D
Complementary color
Monochromatic Colors of #7DDA7D
Black with #7DDA7D
Text Example
Text Example
White with #7DDA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDA7D; }
p { color: rgb(125,218,125); }
H1.HeaderClassName
{
color: #7DDA7D;
}
.AnyTagClassName
{
color: #7DDA7D;
}
</style>
background-color css
<style>
a { background-color: #7DDA7D; }
a { background-color: rgb(125,218,125); }
div.DivClassName
{
background-color: #7DDA7D;
}
.BgClassName
{
background-color: #7DDA7D;
}
</style>
border-color css
<style>
span { border-color: #7DDA7D; }
span { border-color: rgb(125,218,125); }
td.TdClassName
{
border-color: #7DDA7D;
}
.TagClassName
{
border-color: #7DDA7D;
}
</style>