Shades of Pastel Green #72D870
Tints of Pastel Green #72D870
RGB
CMYK
RGB Variations
Color information
#72D870 (or 0x72D870) is known color: Pastel Green. HEX triplet: 72, D8 and 70. RGB value is (114,216,112). Sum of RGB (Red+Green+Blue) = 114+216+112=442 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.79% from 442); Green value is 216 (84.77% from 255 or 48.87% from 442); Blue value is 112 (44.14% from 255 or 25.34% from 442); Max value from RGB is 216 - color contains mainly: green. Hex color #72D870 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72D870 is #8D278F. Grayscale: #ADADAD. Windows color (decimal): -9250704 or 7395442. OLE color: 7395442.
HSL color Cylindrical-coordinate representation of color #72D870: hue angle of 118.85º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72D870 is Cyan = 0.47, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 114 | 216 | 112 | - |
| CMYK | 0.47 | 0 | 0.48 | 0.15 |
| HSL | 118.85º | 0.57% | 0.64% | - |
| HSV(B) | 118.85º | 0.48% | 0.85% | - |
| XYZ | 34.42 | 53.86 | 23.91 | - |
| YUV | 173.65 | 93.21 | 85.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 216 | 112 | 0.47 | 0 | 0.48 | 0.15 | 118.85 | 0.57 | 0.64 |
| Hex | 72 | D8 | 70 | 2F | 0 | 30 | F | 77 | 39 | 40 |
| Octal | 162 | 330 | 160 | 57 | 0 | 60 | 17 | 167 | 71 | 100 |
| Binary | 1110010 | 11011000 | 1110000 | 101111 | 0 | 110000 | 1111 | 1110111 | 111001 | 1000000 |
Color Harmonies of #72D870
Complementary color
Monochromatic Colors of #72D870
Black with #72D870
Text Example
Text Example
White with #72D870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D870; }
p { color: rgb(114,216,112); }
H1.HeaderClassName
{
color: #72D870;
}
.AnyTagClassName
{
color: #72D870;
}
</style>
background-color css
<style>
a { background-color: #72D870; }
a { background-color: rgb(114,216,112); }
div.DivClassName
{
background-color: #72D870;
}
.BgClassName
{
background-color: #72D870;
}
</style>
border-color css
<style>
span { border-color: #72D870; }
span { border-color: rgb(114,216,112); }
td.TdClassName
{
border-color: #72D870;
}
.TagClassName
{
border-color: #72D870;
}
</style>