Shades of Pastel Green #72D27A
Tints of Pastel Green #72D27A
RGB
CMYK
RGB Variations
Color information
#72D27A (or 0x72D27A) is known color: Pastel Green. HEX triplet: 72, D2 and 7A. RGB value is (114,210,122). Sum of RGB (Red+Green+Blue) = 114+210+122=446 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.56% from 446); Green value is 210 (82.42% from 255 or 47.09% from 446); Blue value is 122 (48.05% from 255 or 27.35% from 446); Max value from RGB is 210 - color contains mainly: green. Hex color #72D27A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72D27A is #8D2D85. Grayscale: #ABABAB. Windows color (decimal): -9252230 or 8049266. OLE color: 8049266.
HSL color Cylindrical-coordinate representation of color #72D27A: hue angle of 125º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #72D27A is Cyan = 0.46, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 114 | 210 | 122 | - |
| CMYK | 0.46 | 0 | 0.42 | 0.18 |
| HSL | 125º | 0.52% | 0.64% | - |
| HSV(B) | 125º | 0.46% | 0.82% | - |
| XYZ | 33.5 | 51.08 | 26.51 | - |
| YUV | 171.26 | 100.2 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 210 | 122 | 0.46 | 0 | 0.42 | 0.18 | 125 | 0.52 | 0.64 |
| Hex | 72 | D2 | 7A | 2E | 0 | 2A | 12 | 7D | 34 | 40 |
| Octal | 162 | 322 | 172 | 56 | 0 | 52 | 22 | 175 | 64 | 100 |
| Binary | 1110010 | 11010010 | 1111010 | 101110 | 0 | 101010 | 10010 | 1111101 | 110100 | 1000000 |
Color Harmonies of #72D27A
Complementary color
Monochromatic Colors of #72D27A
Black with #72D27A
Text Example
Text Example
White with #72D27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D27A; }
p { color: rgb(114,210,122); }
H1.HeaderClassName
{
color: #72D27A;
}
.AnyTagClassName
{
color: #72D27A;
}
</style>
background-color css
<style>
a { background-color: #72D27A; }
a { background-color: rgb(114,210,122); }
div.DivClassName
{
background-color: #72D27A;
}
.BgClassName
{
background-color: #72D27A;
}
</style>
border-color css
<style>
span { border-color: #72D27A; }
span { border-color: rgb(114,210,122); }
td.TdClassName
{
border-color: #72D27A;
}
.TagClassName
{
border-color: #72D27A;
}
</style>