Shades of Pastel Green #72E077
Tints of Pastel Green #72E077
RGB
CMYK
RGB Variations
Color information
#72E077 (or 0x72E077) is known color: Pastel Green. HEX triplet: 72, E0 and 77. RGB value is (114,224,119). Sum of RGB (Red+Green+Blue) = 114+224+119=457 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.95% from 457); Green value is 224 (87.89% from 255 or 49.02% from 457); Blue value is 119 (46.88% from 255 or 26.04% from 457); Max value from RGB is 224 - color contains mainly: green. Hex color #72E077 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72E077 is #8D1F88. Grayscale: #B3B3B3. Windows color (decimal): -9248649 or 7856242. OLE color: 7856242.
HSL color Cylindrical-coordinate representation of color #72E077: hue angle of 122.73º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #72E077 is Cyan = 0.49, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 114 | 224 | 119 | - |
| CMYK | 0.49 | 0 | 0.47 | 0.12 |
| HSL | 122.73º | 0.64% | 0.66% | - |
| HSV(B) | 122.73º | 0.49% | 0.88% | - |
| XYZ | 36.92 | 58.22 | 26.74 | - |
| YUV | 179.14 | 94.06 | 81.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 224 | 119 | 0.49 | 0 | 0.47 | 0.12 | 122.73 | 0.64 | 0.66 |
| Hex | 72 | E0 | 77 | 31 | 0 | 2F | C | 7B | 40 | 42 |
| Octal | 162 | 340 | 167 | 61 | 0 | 57 | 14 | 173 | 100 | 102 |
| Binary | 1110010 | 11100000 | 1110111 | 110001 | 0 | 101111 | 1100 | 1111011 | 1000000 | 1000010 |
Color Harmonies of #72E077
Complementary color
Monochromatic Colors of #72E077
Black with #72E077
Text Example
Text Example
White with #72E077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72E077; }
p { color: rgb(114,224,119); }
H1.HeaderClassName
{
color: #72E077;
}
.AnyTagClassName
{
color: #72E077;
}
</style>
background-color css
<style>
a { background-color: #72E077; }
a { background-color: rgb(114,224,119); }
div.DivClassName
{
background-color: #72E077;
}
.BgClassName
{
background-color: #72E077;
}
</style>
border-color css
<style>
span { border-color: #72E077; }
span { border-color: rgb(114,224,119); }
td.TdClassName
{
border-color: #72E077;
}
.TagClassName
{
border-color: #72E077;
}
</style>