Shades of Pastel Green #72EA8C
Tints of Pastel Green #72EA8C
RGB
CMYK
RGB Variations
Color information
#72EA8C (or 0x72EA8C) is known color: Pastel Green. HEX triplet: 72, EA and 8C. RGB value is (114,234,140). Sum of RGB (Red+Green+Blue) = 114+234+140=488 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.36% from 488); Green value is 234 (91.80% from 255 or 47.95% from 488); Blue value is 140 (55.08% from 255 or 28.69% from 488); Max value from RGB is 234 - color contains mainly: green. Hex color #72EA8C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72EA8C is #8D1573. Grayscale: #BBBBBB. Windows color (decimal): -9246068 or 9235058. OLE color: 9235058.
HSL color Cylindrical-coordinate representation of color #72EA8C: hue angle of 133º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72EA8C is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 114 | 234 | 140 | - |
| CMYK | 0.51 | 0 | 0.40 | 0.08 |
| HSL | 133º | 0.74% | 0.68% | - |
| HSV(B) | 133º | 0.51% | 0.92% | - |
| XYZ | 41.1 | 64.32 | 35.06 | - |
| YUV | 187.4 | 101.24 | 75.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 234 | 140 | 0.51 | 0 | 0.40 | 0.08 | 133 | 0.74 | 0.68 |
| Hex | 72 | EA | 8C | 33 | 0 | 28 | 8 | 85 | 4A | 44 |
| Octal | 162 | 352 | 214 | 63 | 0 | 50 | 10 | 205 | 112 | 104 |
| Binary | 1110010 | 11101010 | 10001100 | 110011 | 0 | 101000 | 1000 | 10000101 | 1001010 | 1000100 |
Color Harmonies of #72EA8C
Complementary color
Monochromatic Colors of #72EA8C
Black with #72EA8C
Text Example
Text Example
White with #72EA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72EA8C; }
p { color: rgb(114,234,140); }
H1.HeaderClassName
{
color: #72EA8C;
}
.AnyTagClassName
{
color: #72EA8C;
}
</style>
background-color css
<style>
a { background-color: #72EA8C; }
a { background-color: rgb(114,234,140); }
div.DivClassName
{
background-color: #72EA8C;
}
.BgClassName
{
background-color: #72EA8C;
}
</style>
border-color css
<style>
span { border-color: #72EA8C; }
span { border-color: rgb(114,234,140); }
td.TdClassName
{
border-color: #72EA8C;
}
.TagClassName
{
border-color: #72EA8C;
}
</style>