Shades of Pastel Green #73DD8F
Tints of Pastel Green #73DD8F
RGB
CMYK
RGB Variations
Color information
#73DD8F (or 0x73DD8F) is known color: Pastel Green. HEX triplet: 73, DD and 8F. RGB value is (115,221,143). Sum of RGB (Red+Green+Blue) = 115+221+143=479 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.01% from 479); Green value is 221 (86.72% from 255 or 46.14% from 479); Blue value is 143 (56.25% from 255 or 29.85% from 479); Max value from RGB is 221 - color contains mainly: green. Hex color #73DD8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73DD8F is #8C2270. Grayscale: #B4B4B4. Windows color (decimal): -9183857 or 9428339. OLE color: 9428339.
HSL color Cylindrical-coordinate representation of color #73DD8F: hue angle of 135.85º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73DD8F is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 221 | 143 | - |
| CMYK | 0.48 | 0 | 0.35 | 0.13 |
| HSL | 135.85º | 0.61% | 0.66% | - |
| HSV(B) | 135.85º | 0.48% | 0.87% | - |
| XYZ | 37.88 | 57.34 | 35.06 | - |
| YUV | 180.41 | 106.88 | 81.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 221 | 143 | 0.48 | 0 | 0.35 | 0.13 | 135.85 | 0.61 | 0.66 |
| Hex | 73 | DD | 8F | 30 | 0 | 23 | D | 88 | 3D | 42 |
| Octal | 163 | 335 | 217 | 60 | 0 | 43 | 15 | 210 | 75 | 102 |
| Binary | 1110011 | 11011101 | 10001111 | 110000 | 0 | 100011 | 1101 | 10001000 | 111101 | 1000010 |
Color Harmonies of #73DD8F
Complementary color
Monochromatic Colors of #73DD8F
Black with #73DD8F
Text Example
Text Example
White with #73DD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DD8F; }
p { color: rgb(115,221,143); }
H1.HeaderClassName
{
color: #73DD8F;
}
.AnyTagClassName
{
color: #73DD8F;
}
</style>
background-color css
<style>
a { background-color: #73DD8F; }
a { background-color: rgb(115,221,143); }
div.DivClassName
{
background-color: #73DD8F;
}
.BgClassName
{
background-color: #73DD8F;
}
</style>
border-color css
<style>
span { border-color: #73DD8F; }
span { border-color: rgb(115,221,143); }
td.TdClassName
{
border-color: #73DD8F;
}
.TagClassName
{
border-color: #73DD8F;
}
</style>