Shades of Pastel Green #72DF81
Tints of Pastel Green #72DF81
RGB
CMYK
RGB Variations
Color information
#72DF81 (or 0x72DF81) is known color: Pastel Green. HEX triplet: 72, DF and 81. RGB value is (114,223,129). Sum of RGB (Red+Green+Blue) = 114+223+129=466 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.46% from 466); Green value is 223 (87.5% from 255 or 47.85% from 466); Blue value is 129 (50.78% from 255 or 27.68% from 466); Max value from RGB is 223 - color contains mainly: green. Hex color #72DF81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72DF81 is #8D207E. Grayscale: #B3B3B3. Windows color (decimal): -9248895 or 8511346. OLE color: 8511346.
HSL color Cylindrical-coordinate representation of color #72DF81: hue angle of 128.26º 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 #72DF81 is Cyan = 0.49, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 223 | 129 | - |
| CMYK | 0.49 | 0 | 0.42 | 0.13 |
| HSL | 128.26º | 0.63% | 0.66% | - |
| HSV(B) | 128.26º | 0.49% | 0.87% | - |
| XYZ | 37.29 | 57.94 | 29.99 | - |
| YUV | 179.69 | 99.39 | 81.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 223 | 129 | 0.49 | 0 | 0.42 | 0.13 | 128.26 | 0.63 | 0.66 |
| Hex | 72 | DF | 81 | 31 | 0 | 2A | D | 80 | 3F | 42 |
| Octal | 162 | 337 | 201 | 61 | 0 | 52 | 15 | 200 | 77 | 102 |
| Binary | 1110010 | 11011111 | 10000001 | 110001 | 0 | 101010 | 1101 | 10000000 | 111111 | 1000010 |
Color Harmonies of #72DF81
Complementary color
Monochromatic Colors of #72DF81
Black with #72DF81
Text Example
Text Example
White with #72DF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DF81; }
p { color: rgb(114,223,129); }
H1.HeaderClassName
{
color: #72DF81;
}
.AnyTagClassName
{
color: #72DF81;
}
</style>
background-color css
<style>
a { background-color: #72DF81; }
a { background-color: rgb(114,223,129); }
div.DivClassName
{
background-color: #72DF81;
}
.BgClassName
{
background-color: #72DF81;
}
</style>
border-color css
<style>
span { border-color: #72DF81; }
span { border-color: rgb(114,223,129); }
td.TdClassName
{
border-color: #72DF81;
}
.TagClassName
{
border-color: #72DF81;
}
</style>