Shades of Pastel Green #72D965
Tints of Pastel Green #72D965
RGB
CMYK
RGB Variations
Color information
#72D965 (or 0x72D965) is known color: Pastel Green. HEX triplet: 72, D9 and 65. RGB value is (114,217,101). Sum of RGB (Red+Green+Blue) = 114+217+101=432 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.39% from 432); Green value is 217 (85.16% from 255 or 50.23% from 432); Blue value is 101 (39.84% from 255 or 23.38% from 432); Max value from RGB is 217 - color contains mainly: green. Hex color #72D965 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72D965 is #8D269A. Grayscale: #ADADAD. Windows color (decimal): -9250459 or 6674802. OLE color: 6674802.
HSL color Cylindrical-coordinate representation of color #72D965: hue angle of 113.28º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #72D965 is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 114 | 217 | 101 | - |
| CMYK | 0.47 | 0 | 0.53 | 0.15 |
| HSL | 113.28º | 0.6% | 0.62% | - |
| HSV(B) | 113.28º | 0.53% | 0.85% | - |
| XYZ | 34.1 | 54.14 | 20.97 | - |
| YUV | 172.98 | 87.38 | 85.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 217 | 101 | 0.47 | 0 | 0.53 | 0.15 | 113.28 | 0.6 | 0.62 |
| Hex | 72 | D9 | 65 | 2F | 0 | 35 | F | 71 | 3C | 3E |
| Octal | 162 | 331 | 145 | 57 | 0 | 65 | 17 | 161 | 74 | 76 |
| Binary | 1110010 | 11011001 | 1100101 | 101111 | 0 | 110101 | 1111 | 1110001 | 111100 | 111110 |
Color Harmonies of #72D965
Complementary color
Monochromatic Colors of #72D965
Black with #72D965
Text Example
Text Example
White with #72D965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D965; }
p { color: rgb(114,217,101); }
H1.HeaderClassName
{
color: #72D965;
}
.AnyTagClassName
{
color: #72D965;
}
</style>
background-color css
<style>
a { background-color: #72D965; }
a { background-color: rgb(114,217,101); }
div.DivClassName
{
background-color: #72D965;
}
.BgClassName
{
background-color: #72D965;
}
</style>
border-color css
<style>
span { border-color: #72D965; }
span { border-color: rgb(114,217,101); }
td.TdClassName
{
border-color: #72D965;
}
.TagClassName
{
border-color: #72D965;
}
</style>