Shades of Pastel Green #73D88B
Tints of Pastel Green #73D88B
RGB
CMYK
RGB Variations
Color information
#73D88B (or 0x73D88B) is known color: Pastel Green. HEX triplet: 73, D8 and 8B. RGB value is (115,216,139). Sum of RGB (Red+Green+Blue) = 115+216+139=470 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.47% from 470); Green value is 216 (84.77% from 255 or 45.96% from 470); Blue value is 139 (54.69% from 255 or 29.57% from 470); Max value from RGB is 216 - color contains mainly: green. Hex color #73D88B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73D88B is #8C2774. Grayscale: #B1B1B1. Windows color (decimal): -9185141 or 9164915. OLE color: 9164915.
HSL color Cylindrical-coordinate representation of color #73D88B: hue angle of 134.26º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #73D88B is Cyan = 0.47, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 216 | 139 | - |
| CMYK | 0.47 | 0 | 0.36 | 0.15 |
| HSL | 134.26º | 0.56% | 0.65% | - |
| HSV(B) | 134.26º | 0.47% | 0.85% | - |
| XYZ | 36.29 | 54.62 | 33.06 | - |
| YUV | 177.02 | 106.54 | 83.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 216 | 139 | 0.47 | 0 | 0.36 | 0.15 | 134.26 | 0.56 | 0.65 |
| Hex | 73 | D8 | 8B | 2F | 0 | 24 | F | 86 | 38 | 41 |
| Octal | 163 | 330 | 213 | 57 | 0 | 44 | 17 | 206 | 70 | 101 |
| Binary | 1110011 | 11011000 | 10001011 | 101111 | 0 | 100100 | 1111 | 10000110 | 111000 | 1000001 |
Color Harmonies of #73D88B
Complementary color
Monochromatic Colors of #73D88B
Black with #73D88B
Text Example
Text Example
White with #73D88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D88B; }
p { color: rgb(115,216,139); }
H1.HeaderClassName
{
color: #73D88B;
}
.AnyTagClassName
{
color: #73D88B;
}
</style>
background-color css
<style>
a { background-color: #73D88B; }
a { background-color: rgb(115,216,139); }
div.DivClassName
{
background-color: #73D88B;
}
.BgClassName
{
background-color: #73D88B;
}
</style>
border-color css
<style>
span { border-color: #73D88B; }
span { border-color: rgb(115,216,139); }
td.TdClassName
{
border-color: #73D88B;
}
.TagClassName
{
border-color: #73D88B;
}
</style>