Shades of Pastel Green #72D782
Tints of Pastel Green #72D782
RGB
CMYK
RGB Variations
Color information
#72D782 (or 0x72D782) is known color: Pastel Green. HEX triplet: 72, D7 and 82. RGB value is (114,215,130). Sum of RGB (Red+Green+Blue) = 114+215+130=459 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.84% from 459); Green value is 215 (84.38% from 255 or 46.84% from 459); Blue value is 130 (51.17% from 255 or 28.32% from 459); Max value from RGB is 215 - color contains mainly: green. Hex color #72D782 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72D782 is #8D287D. Grayscale: #AFAFAF. Windows color (decimal): -9250942 or 8574834. OLE color: 8574834.
HSL color Cylindrical-coordinate representation of color #72D782: hue angle of 129.5º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #72D782 is Cyan = 0.47, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 114 | 215 | 130 | - |
| CMYK | 0.47 | 0 | 0.40 | 0.16 |
| HSL | 129.5º | 0.56% | 0.65% | - |
| HSV(B) | 129.5º | 0.47% | 0.84% | - |
| XYZ | 35.27 | 53.79 | 29.64 | - |
| YUV | 175.11 | 102.54 | 84.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 215 | 130 | 0.47 | 0 | 0.40 | 0.16 | 129.5 | 0.56 | 0.65 |
| Hex | 72 | D7 | 82 | 2F | 0 | 28 | 10 | 82 | 38 | 41 |
| Octal | 162 | 327 | 202 | 57 | 0 | 50 | 20 | 202 | 70 | 101 |
| Binary | 1110010 | 11010111 | 10000010 | 101111 | 0 | 101000 | 10000 | 10000010 | 111000 | 1000001 |
Color Harmonies of #72D782
Complementary color
Monochromatic Colors of #72D782
Black with #72D782
Text Example
Text Example
White with #72D782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D782; }
p { color: rgb(114,215,130); }
H1.HeaderClassName
{
color: #72D782;
}
.AnyTagClassName
{
color: #72D782;
}
</style>
background-color css
<style>
a { background-color: #72D782; }
a { background-color: rgb(114,215,130); }
div.DivClassName
{
background-color: #72D782;
}
.BgClassName
{
background-color: #72D782;
}
</style>
border-color css
<style>
span { border-color: #72D782; }
span { border-color: rgb(114,215,130); }
td.TdClassName
{
border-color: #72D782;
}
.TagClassName
{
border-color: #72D782;
}
</style>