Shades of Pastel Green #73D081
Tints of Pastel Green #73D081
RGB
CMYK
RGB Variations
Color information
#73D081 (or 0x73D081) is known color: Pastel Green. HEX triplet: 73, D0 and 81. RGB value is (115,208,129). Sum of RGB (Red+Green+Blue) = 115+208+129=452 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.44% from 452); Green value is 208 (81.64% from 255 or 46.02% from 452); Blue value is 129 (50.78% from 255 or 28.54% from 452); Max value from RGB is 208 - color contains mainly: green. Hex color #73D081 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73D081 is #8C2F7E. Grayscale: #ABABAB. Windows color (decimal): -9187199 or 8507507. OLE color: 8507507.
HSL color Cylindrical-coordinate representation of color #73D081: hue angle of 129.03º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #73D081 is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 208 | 129 | - |
| CMYK | 0.45 | 0 | 0.38 | 0.18 |
| HSL | 129.03º | 0.5% | 0.63% | - |
| HSV(B) | 129.03º | 0.45% | 0.82% | - |
| XYZ | 33.59 | 50.34 | 28.72 | - |
| YUV | 171.19 | 104.19 | 87.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 208 | 129 | 0.45 | 0 | 0.38 | 0.18 | 129.03 | 0.5 | 0.63 |
| Hex | 73 | D0 | 81 | 2D | 0 | 26 | 12 | 81 | 32 | 3F |
| Octal | 163 | 320 | 201 | 55 | 0 | 46 | 22 | 201 | 62 | 77 |
| Binary | 1110011 | 11010000 | 10000001 | 101101 | 0 | 100110 | 10010 | 10000001 | 110010 | 111111 |
Color Harmonies of #73D081
Complementary color
Monochromatic Colors of #73D081
Black with #73D081
Text Example
Text Example
White with #73D081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D081; }
p { color: rgb(115,208,129); }
H1.HeaderClassName
{
color: #73D081;
}
.AnyTagClassName
{
color: #73D081;
}
</style>
background-color css
<style>
a { background-color: #73D081; }
a { background-color: rgb(115,208,129); }
div.DivClassName
{
background-color: #73D081;
}
.BgClassName
{
background-color: #73D081;
}
</style>
border-color css
<style>
span { border-color: #73D081; }
span { border-color: rgb(115,208,129); }
td.TdClassName
{
border-color: #73D081;
}
.TagClassName
{
border-color: #73D081;
}
</style>