Shades of Pastel Green #72E792
Tints of Pastel Green #72E792
RGB
CMYK
RGB Variations
Color information
#72E792 (or 0x72E792) is known color: Pastel Green. HEX triplet: 72, E7 and 92. RGB value is (114,231,146). Sum of RGB (Red+Green+Blue) = 114+231+146=491 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.22% from 491); Green value is 231 (90.62% from 255 or 47.05% from 491); Blue value is 146 (57.42% from 255 or 29.74% from 491); Max value from RGB is 231 - color contains mainly: green. Hex color #72E792 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72E792 is #8D186D. Grayscale: #BABABA. Windows color (decimal): -9246830 or 9627506. OLE color: 9627506.
HSL color Cylindrical-coordinate representation of color #72E792: hue angle of 136.41º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72E792 is Cyan = 0.51, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 114 | 231 | 146 | - |
| CMYK | 0.51 | 0 | 0.37 | 0.09 |
| HSL | 136.41º | 0.71% | 0.68% | - |
| HSV(B) | 136.41º | 0.51% | 0.91% | - |
| XYZ | 40.7 | 62.8 | 37.17 | - |
| YUV | 186.33 | 105.24 | 76.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 231 | 146 | 0.51 | 0 | 0.37 | 0.09 | 136.41 | 0.71 | 0.68 |
| Hex | 72 | E7 | 92 | 33 | 0 | 25 | 9 | 88 | 47 | 44 |
| Octal | 162 | 347 | 222 | 63 | 0 | 45 | 11 | 210 | 107 | 104 |
| Binary | 1110010 | 11100111 | 10010010 | 110011 | 0 | 100101 | 1001 | 10001000 | 1000111 | 1000100 |
Color Harmonies of #72E792
Complementary color
Monochromatic Colors of #72E792
Black with #72E792
Text Example
Text Example
White with #72E792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72E792; }
p { color: rgb(114,231,146); }
H1.HeaderClassName
{
color: #72E792;
}
.AnyTagClassName
{
color: #72E792;
}
</style>
background-color css
<style>
a { background-color: #72E792; }
a { background-color: rgb(114,231,146); }
div.DivClassName
{
background-color: #72E792;
}
.BgClassName
{
background-color: #72E792;
}
</style>
border-color css
<style>
span { border-color: #72E792; }
span { border-color: rgb(114,231,146); }
td.TdClassName
{
border-color: #72E792;
}
.TagClassName
{
border-color: #72E792;
}
</style>