Shades of Pastel Green #72DF71
Tints of Pastel Green #72DF71
RGB
CMYK
RGB Variations
Color information
#72DF71 (or 0x72DF71) is known color: Pastel Green. HEX triplet: 72, DF and 71. RGB value is (114,223,113). Sum of RGB (Red+Green+Blue) = 114+223+113=450 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.33% from 450); Green value is 223 (87.5% from 255 or 49.56% from 450); Blue value is 113 (44.53% from 255 or 25.11% from 450); Max value from RGB is 223 - color contains mainly: green. Hex color #72DF71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72DF71 is #8D208E. Grayscale: #B2B2B2. Windows color (decimal): -9248911 or 7462770. OLE color: 7462770.
HSL color Cylindrical-coordinate representation of color #72DF71: hue angle of 119.45º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #72DF71 is Cyan = 0.49, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 223 | 113 | - |
| CMYK | 0.49 | 0 | 0.49 | 0.13 |
| HSL | 119.45º | 0.63% | 0.66% | - |
| HSV(B) | 119.45º | 0.49% | 0.87% | - |
| XYZ | 36.31 | 57.55 | 24.82 | - |
| YUV | 177.87 | 91.39 | 82.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 223 | 113 | 0.49 | 0 | 0.49 | 0.13 | 119.45 | 0.63 | 0.66 |
| Hex | 72 | DF | 71 | 31 | 0 | 31 | D | 77 | 3F | 42 |
| Octal | 162 | 337 | 161 | 61 | 0 | 61 | 15 | 167 | 77 | 102 |
| Binary | 1110010 | 11011111 | 1110001 | 110001 | 0 | 110001 | 1101 | 1110111 | 111111 | 1000010 |
Color Harmonies of #72DF71
Complementary color
Monochromatic Colors of #72DF71
Black with #72DF71
Text Example
Text Example
White with #72DF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DF71; }
p { color: rgb(114,223,113); }
H1.HeaderClassName
{
color: #72DF71;
}
.AnyTagClassName
{
color: #72DF71;
}
</style>
background-color css
<style>
a { background-color: #72DF71; }
a { background-color: rgb(114,223,113); }
div.DivClassName
{
background-color: #72DF71;
}
.BgClassName
{
background-color: #72DF71;
}
</style>
border-color css
<style>
span { border-color: #72DF71; }
span { border-color: rgb(114,223,113); }
td.TdClassName
{
border-color: #72DF71;
}
.TagClassName
{
border-color: #72DF71;
}
</style>