Shades of Pastel Green #72DC8D
Tints of Pastel Green #72DC8D
RGB
CMYK
RGB Variations
Color information
#72DC8D (or 0x72DC8D) is known color: Pastel Green. HEX triplet: 72, DC and 8D. RGB value is (114,220,141). Sum of RGB (Red+Green+Blue) = 114+220+141=475 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 141 (55.47% from 255 or 29.68% from 475); Max value from RGB is 220 - color contains mainly: green. Hex color #72DC8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72DC8D is #8D2372. Grayscale: #B3B3B3. Windows color (decimal): -9249651 or 9297010. OLE color: 9297010.
HSL color Cylindrical-coordinate representation of color #72DC8D: hue angle of 135.28º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72DC8D is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 220 | 141 | - |
| CMYK | 0.48 | 0 | 0.36 | 0.14 |
| HSL | 135.28º | 0.6% | 0.65% | - |
| HSV(B) | 135.28º | 0.48% | 0.86% | - |
| XYZ | 37.34 | 56.69 | 34.17 | - |
| YUV | 179.3 | 106.38 | 81.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 220 | 141 | 0.48 | 0 | 0.36 | 0.14 | 135.28 | 0.6 | 0.65 |
| Hex | 72 | DC | 8D | 30 | 0 | 24 | E | 87 | 3C | 41 |
| Octal | 162 | 334 | 215 | 60 | 0 | 44 | 16 | 207 | 74 | 101 |
| Binary | 1110010 | 11011100 | 10001101 | 110000 | 0 | 100100 | 1110 | 10000111 | 111100 | 1000001 |
Color Harmonies of #72DC8D
Complementary color
Monochromatic Colors of #72DC8D
Black with #72DC8D
Text Example
Text Example
White with #72DC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DC8D; }
p { color: rgb(114,220,141); }
H1.HeaderClassName
{
color: #72DC8D;
}
.AnyTagClassName
{
color: #72DC8D;
}
</style>
background-color css
<style>
a { background-color: #72DC8D; }
a { background-color: rgb(114,220,141); }
div.DivClassName
{
background-color: #72DC8D;
}
.BgClassName
{
background-color: #72DC8D;
}
</style>
border-color css
<style>
span { border-color: #72DC8D; }
span { border-color: rgb(114,220,141); }
td.TdClassName
{
border-color: #72DC8D;
}
.TagClassName
{
border-color: #72DC8D;
}
</style>