Shades of Pastel Green #72DB7F
Tints of Pastel Green #72DB7F
RGB
CMYK
RGB Variations
Color information
#72DB7F (or 0x72DB7F) is known color: Pastel Green. HEX triplet: 72, DB and 7F. RGB value is (114,219,127). Sum of RGB (Red+Green+Blue) = 114+219+127=460 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.78% from 460); Green value is 219 (85.94% from 255 or 47.61% from 460); Blue value is 127 (50% from 255 or 27.61% from 460); Max value from RGB is 219 - color contains mainly: green. Hex color #72DB7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72DB7F is #8D2480. Grayscale: #B1B1B1. Windows color (decimal): -9249921 or 8379250. OLE color: 8379250.
HSL color Cylindrical-coordinate representation of color #72DB7F: hue angle of 127.43º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72DB7F is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 219 | 127 | - |
| CMYK | 0.48 | 0 | 0.42 | 0.14 |
| HSL | 127.43º | 0.59% | 0.65% | - |
| HSV(B) | 127.43º | 0.48% | 0.86% | - |
| XYZ | 36.1 | 55.77 | 28.94 | - |
| YUV | 177.12 | 99.71 | 82.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 219 | 127 | 0.48 | 0 | 0.42 | 0.14 | 127.43 | 0.59 | 0.65 |
| Hex | 72 | DB | 7F | 30 | 0 | 2A | E | 7F | 3B | 41 |
| Octal | 162 | 333 | 177 | 60 | 0 | 52 | 16 | 177 | 73 | 101 |
| Binary | 1110010 | 11011011 | 1111111 | 110000 | 0 | 101010 | 1110 | 1111111 | 111011 | 1000001 |
Color Harmonies of #72DB7F
Complementary color
Monochromatic Colors of #72DB7F
Black with #72DB7F
Text Example
Text Example
White with #72DB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DB7F; }
p { color: rgb(114,219,127); }
H1.HeaderClassName
{
color: #72DB7F;
}
.AnyTagClassName
{
color: #72DB7F;
}
</style>
background-color css
<style>
a { background-color: #72DB7F; }
a { background-color: rgb(114,219,127); }
div.DivClassName
{
background-color: #72DB7F;
}
.BgClassName
{
background-color: #72DB7F;
}
</style>
border-color css
<style>
span { border-color: #72DB7F; }
span { border-color: rgb(114,219,127); }
td.TdClassName
{
border-color: #72DB7F;
}
.TagClassName
{
border-color: #72DB7F;
}
</style>