Shades of Pastel Green #72D962
Tints of Pastel Green #72D962
RGB
CMYK
RGB Variations
Color information
#72D962 (or 0x72D962) is known color: Pastel Green. HEX triplet: 72, D9 and 62. RGB value is (114,217,98). Sum of RGB (Red+Green+Blue) = 114+217+98=429 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.57% from 429); Green value is 217 (85.16% from 255 or 50.58% from 429); Blue value is 98 (38.67% from 255 or 22.84% from 429); Max value from RGB is 217 - color contains mainly: green. Hex color #72D962 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72D962 is #8D269D. Grayscale: #ADADAD. Windows color (decimal): -9250462 or 6478194. OLE color: 6478194.
HSL color Cylindrical-coordinate representation of color #72D962: hue angle of 111.93º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72D962 is Cyan = 0.47, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 114 | 217 | 98 | - |
| CMYK | 0.47 | 0 | 0.55 | 0.15 |
| HSL | 111.93º | 0.61% | 0.62% | - |
| HSV(B) | 111.93º | 0.55% | 0.85% | - |
| XYZ | 33.96 | 54.08 | 20.21 | - |
| YUV | 172.64 | 85.88 | 86.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 217 | 98 | 0.47 | 0 | 0.55 | 0.15 | 111.93 | 0.61 | 0.62 |
| Hex | 72 | D9 | 62 | 2F | 0 | 37 | F | 70 | 3D | 3E |
| Octal | 162 | 331 | 142 | 57 | 0 | 67 | 17 | 160 | 75 | 76 |
| Binary | 1110010 | 11011001 | 1100010 | 101111 | 0 | 110111 | 1111 | 1110000 | 111101 | 111110 |
Color Harmonies of #72D962
Complementary color
Monochromatic Colors of #72D962
Black with #72D962
Text Example
Text Example
White with #72D962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D962; }
p { color: rgb(114,217,98); }
H1.HeaderClassName
{
color: #72D962;
}
.AnyTagClassName
{
color: #72D962;
}
</style>
background-color css
<style>
a { background-color: #72D962; }
a { background-color: rgb(114,217,98); }
div.DivClassName
{
background-color: #72D962;
}
.BgClassName
{
background-color: #72D962;
}
</style>
border-color css
<style>
span { border-color: #72D962; }
span { border-color: rgb(114,217,98); }
td.TdClassName
{
border-color: #72D962;
}
.TagClassName
{
border-color: #72D962;
}
</style>