Shades of Pastel Green #72DD7C
Tints of Pastel Green #72DD7C
RGB
CMYK
RGB Variations
Color information
#72DD7C (or 0x72DD7C) is known color: Pastel Green. HEX triplet: 72, DD and 7C. RGB value is (114,221,124). Sum of RGB (Red+Green+Blue) = 114+221+124=459 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.84% from 459); Green value is 221 (86.72% from 255 or 48.15% from 459); Blue value is 124 (48.83% from 255 or 27.02% from 459); Max value from RGB is 221 - color contains mainly: green. Hex color #72DD7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72DD7C is #8D2283. Grayscale: #B2B2B2. Windows color (decimal): -9249412 or 8183154. OLE color: 8183154.
HSL color Cylindrical-coordinate representation of color #72DD7C: hue angle of 125.61º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72DD7C is Cyan = 0.48, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 221 | 124 | - |
| CMYK | 0.48 | 0 | 0.44 | 0.13 |
| HSL | 125.61º | 0.61% | 0.66% | - |
| HSV(B) | 125.61º | 0.48% | 0.87% | - |
| XYZ | 36.43 | 56.75 | 28.1 | - |
| YUV | 177.95 | 97.55 | 82.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 221 | 124 | 0.48 | 0 | 0.44 | 0.13 | 125.61 | 0.61 | 0.66 |
| Hex | 72 | DD | 7C | 30 | 0 | 2C | D | 7E | 3D | 42 |
| Octal | 162 | 335 | 174 | 60 | 0 | 54 | 15 | 176 | 75 | 102 |
| Binary | 1110010 | 11011101 | 1111100 | 110000 | 0 | 101100 | 1101 | 1111110 | 111101 | 1000010 |
Color Harmonies of #72DD7C
Complementary color
Monochromatic Colors of #72DD7C
Black with #72DD7C
Text Example
Text Example
White with #72DD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DD7C; }
p { color: rgb(114,221,124); }
H1.HeaderClassName
{
color: #72DD7C;
}
.AnyTagClassName
{
color: #72DD7C;
}
</style>
background-color css
<style>
a { background-color: #72DD7C; }
a { background-color: rgb(114,221,124); }
div.DivClassName
{
background-color: #72DD7C;
}
.BgClassName
{
background-color: #72DD7C;
}
</style>
border-color css
<style>
span { border-color: #72DD7C; }
span { border-color: rgb(114,221,124); }
td.TdClassName
{
border-color: #72DD7C;
}
.TagClassName
{
border-color: #72DD7C;
}
</style>