Shades of Pastel Green #7DDB7D
Tints of Pastel Green #7DDB7D
RGB
CMYK
RGB Variations
Color information
#7DDB7D (or 0x7DDB7D) is known color: Pastel Green. HEX triplet: 7D, DB and 7D. RGB value is (125,219,125). Sum of RGB (Red+Green+Blue) = 125+219+125=469 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.65% from 469); Green value is 219 (85.94% from 255 or 46.70% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 219 - color contains mainly: green. Hex color #7DDB7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDB7D is #822482. Grayscale: #B4B4B4. Windows color (decimal): -8529027 or 8248189. OLE color: 8248189.
HSL color Cylindrical-coordinate representation of color #7DDB7D: hue angle of 120º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DDB7D is Cyan = 0.43, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
RGB | 125 | 219 | 125 | - |
CMYK | 0.43 | 0 | 0.43 | 0.14 |
HSL | 120º | 0.57% | 0.67% | - |
HSV(B) | 120º | 0.43% | 0.86% | - |
XYZ | 37.49 | 56.5 | 28.33 | - |
YUV | 180.18 | 96.86 | 88.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 125 | 219 | 125 | 0.43 | 0 | 0.43 | 0.14 | 120 | 0.57 | 0.67 |
Hex | 7D | DB | 7D | 2B | 0 | 2B | E | 78 | 39 | 43 |
Octal | 175 | 333 | 175 | 53 | 0 | 53 | 16 | 170 | 71 | 103 |
Binary | 1111101 | 11011011 | 1111101 | 101011 | 0 | 101011 | 1110 | 1111000 | 111001 | 1000011 |
Color Harmonies of #7DDB7D
Complementary color
Monochromatic Colors of #7DDB7D
Black with #7DDB7D
Text Example
Text Example
White with #7DDB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDB7D; }
p { color: rgb(125,219,125); }
H1.HeaderClassName
{
color: #7DDB7D;
}
.AnyTagClassName
{
color: #7DDB7D;
}
</style>
background-color css
<style>
a { background-color: #7DDB7D; }
a { background-color: rgb(125,219,125); }
div.DivClassName
{
background-color: #7DDB7D;
}
.BgClassName
{
background-color: #7DDB7D;
}
</style>
border-color css
<style>
span { border-color: #7DDB7D; }
span { border-color: rgb(125,219,125); }
td.TdClassName
{
border-color: #7DDB7D;
}
.TagClassName
{
border-color: #7DDB7D;
}
</style>