Shades of Pastel Green #72DA8C
Tints of Pastel Green #72DA8C
RGB
CMYK
RGB Variations
Color information
#72DA8C (or 0x72DA8C) is known color: Pastel Green. HEX triplet: 72, DA and 8C. RGB value is (114,218,140). Sum of RGB (Red+Green+Blue) = 114+218+140=472 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.15% from 472); Green value is 218 (85.55% from 255 or 46.19% from 472); Blue value is 140 (55.08% from 255 or 29.66% from 472); Max value from RGB is 218 - color contains mainly: green. Hex color #72DA8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72DA8C is #8D2573. Grayscale: #B2B2B2. Windows color (decimal): -9250164 or 9230962. OLE color: 9230962.
HSL color Cylindrical-coordinate representation of color #72DA8C: hue angle of 135º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72DA8C is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 114 | 218 | 140 | - |
| CMYK | 0.48 | 0 | 0.36 | 0.15 |
| HSL | 135º | 0.58% | 0.65% | - |
| HSV(B) | 135º | 0.48% | 0.85% | - |
| XYZ | 36.74 | 55.61 | 33.61 | - |
| YUV | 178.01 | 106.54 | 82.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 218 | 140 | 0.48 | 0 | 0.36 | 0.15 | 135 | 0.58 | 0.65 |
| Hex | 72 | DA | 8C | 30 | 0 | 24 | F | 87 | 3A | 41 |
| Octal | 162 | 332 | 214 | 60 | 0 | 44 | 17 | 207 | 72 | 101 |
| Binary | 1110010 | 11011010 | 10001100 | 110000 | 0 | 100100 | 1111 | 10000111 | 111010 | 1000001 |
Color Harmonies of #72DA8C
Complementary color
Monochromatic Colors of #72DA8C
Black with #72DA8C
Text Example
Text Example
White with #72DA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DA8C; }
p { color: rgb(114,218,140); }
H1.HeaderClassName
{
color: #72DA8C;
}
.AnyTagClassName
{
color: #72DA8C;
}
</style>
background-color css
<style>
a { background-color: #72DA8C; }
a { background-color: rgb(114,218,140); }
div.DivClassName
{
background-color: #72DA8C;
}
.BgClassName
{
background-color: #72DA8C;
}
</style>
border-color css
<style>
span { border-color: #72DA8C; }
span { border-color: rgb(114,218,140); }
td.TdClassName
{
border-color: #72DA8C;
}
.TagClassName
{
border-color: #72DA8C;
}
</style>