Shades of Pastel Green #72E58B
Tints of Pastel Green #72E58B
RGB
CMYK
RGB Variations
Color information
#72E58B (or 0x72E58B) is known color: Pastel Green. HEX triplet: 72, E5 and 8B. RGB value is (114,229,139). Sum of RGB (Red+Green+Blue) = 114+229+139=482 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.65% from 482); Green value is 229 (89.84% from 255 or 47.51% from 482); Blue value is 139 (54.69% from 255 or 28.84% from 482); Max value from RGB is 229 - color contains mainly: green. Hex color #72E58B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72E58B is #8D1A74. Grayscale: #B8B8B8. Windows color (decimal): -9247349 or 9168242. OLE color: 9168242.
HSL color Cylindrical-coordinate representation of color #72E58B: hue angle of 133.04º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72E58B is Cyan = 0.50, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 114 | 229 | 139 | - |
| CMYK | 0.50 | 0 | 0.39 | 0.10 |
| HSL | 133.04º | 0.69% | 0.67% | - |
| HSV(B) | 133.04º | 0.5% | 0.9% | - |
| XYZ | 39.62 | 61.48 | 34.2 | - |
| YUV | 184.36 | 102.4 | 77.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 229 | 139 | 0.50 | 0 | 0.39 | 0.10 | 133.04 | 0.69 | 0.67 |
| Hex | 72 | E5 | 8B | 32 | 0 | 27 | A | 85 | 45 | 43 |
| Octal | 162 | 345 | 213 | 62 | 0 | 47 | 12 | 205 | 105 | 103 |
| Binary | 1110010 | 11100101 | 10001011 | 110010 | 0 | 100111 | 1010 | 10000101 | 1000101 | 1000011 |
Color Harmonies of #72E58B
Complementary color
Monochromatic Colors of #72E58B
Black with #72E58B
Text Example
Text Example
White with #72E58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72E58B; }
p { color: rgb(114,229,139); }
H1.HeaderClassName
{
color: #72E58B;
}
.AnyTagClassName
{
color: #72E58B;
}
</style>
background-color css
<style>
a { background-color: #72E58B; }
a { background-color: rgb(114,229,139); }
div.DivClassName
{
background-color: #72E58B;
}
.BgClassName
{
background-color: #72E58B;
}
</style>
border-color css
<style>
span { border-color: #72E58B; }
span { border-color: rgb(114,229,139); }
td.TdClassName
{
border-color: #72E58B;
}
.TagClassName
{
border-color: #72E58B;
}
</style>