Shades of Pastel Green #72D377
Tints of Pastel Green #72D377
RGB
CMYK
RGB Variations
Color information
#72D377 (or 0x72D377) is known color: Pastel Green. HEX triplet: 72, D3 and 77. RGB value is (114,211,119). Sum of RGB (Red+Green+Blue) = 114+211+119=444 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.68% from 444); Green value is 211 (82.81% from 255 or 47.52% from 444); Blue value is 119 (46.88% from 255 or 26.80% from 444); Max value from RGB is 211 - color contains mainly: green. Hex color #72D377 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72D377 is #8D2C88. Grayscale: #ABABAB. Windows color (decimal): -9251977 or 7852914. OLE color: 7852914.
HSL color Cylindrical-coordinate representation of color #72D377: hue angle of 123.09º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #72D377 is Cyan = 0.46, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 114 | 211 | 119 | - |
| CMYK | 0.46 | 0 | 0.44 | 0.17 |
| HSL | 123.09º | 0.52% | 0.64% | - |
| HSV(B) | 123.09º | 0.46% | 0.83% | - |
| XYZ | 33.56 | 51.5 | 25.62 | - |
| YUV | 171.51 | 98.36 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 211 | 119 | 0.46 | 0 | 0.44 | 0.17 | 123.09 | 0.52 | 0.64 |
| Hex | 72 | D3 | 77 | 2E | 0 | 2C | 11 | 7B | 34 | 40 |
| Octal | 162 | 323 | 167 | 56 | 0 | 54 | 21 | 173 | 64 | 100 |
| Binary | 1110010 | 11010011 | 1110111 | 101110 | 0 | 101100 | 10001 | 1111011 | 110100 | 1000000 |
Color Harmonies of #72D377
Complementary color
Monochromatic Colors of #72D377
Black with #72D377
Text Example
Text Example
White with #72D377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D377; }
p { color: rgb(114,211,119); }
H1.HeaderClassName
{
color: #72D377;
}
.AnyTagClassName
{
color: #72D377;
}
</style>
background-color css
<style>
a { background-color: #72D377; }
a { background-color: rgb(114,211,119); }
div.DivClassName
{
background-color: #72D377;
}
.BgClassName
{
background-color: #72D377;
}
</style>
border-color css
<style>
span { border-color: #72D377; }
span { border-color: rgb(114,211,119); }
td.TdClassName
{
border-color: #72D377;
}
.TagClassName
{
border-color: #72D377;
}
</style>