Shades of Pastel Green #73D082
Tints of Pastel Green #73D082
RGB
CMYK
RGB Variations
Color information
#73D082 (or 0x73D082) is known color: Pastel Green. HEX triplet: 73, D0 and 82. RGB value is (115,208,130). Sum of RGB (Red+Green+Blue) = 115+208+130=453 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.39% from 453); Green value is 208 (81.64% from 255 or 45.92% from 453); Blue value is 130 (51.17% from 255 or 28.70% from 453); Max value from RGB is 208 - color contains mainly: green. Hex color #73D082 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73D082 is #8C2F7D. Grayscale: #ABABAB. Windows color (decimal): -9187198 or 8573043. OLE color: 8573043.
HSL color Cylindrical-coordinate representation of color #73D082: hue angle of 129.68º 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 #73D082 is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 208 | 130 | - |
| CMYK | 0.45 | 0 | 0.38 | 0.18 |
| HSL | 129.68º | 0.5% | 0.63% | - |
| HSV(B) | 129.68º | 0.45% | 0.82% | - |
| XYZ | 33.66 | 50.37 | 29.07 | - |
| YUV | 171.3 | 104.69 | 87.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 208 | 130 | 0.45 | 0 | 0.38 | 0.18 | 129.68 | 0.5 | 0.63 |
| Hex | 73 | D0 | 82 | 2D | 0 | 26 | 12 | 82 | 32 | 3F |
| Octal | 163 | 320 | 202 | 55 | 0 | 46 | 22 | 202 | 62 | 77 |
| Binary | 1110011 | 11010000 | 10000010 | 101101 | 0 | 100110 | 10010 | 10000010 | 110010 | 111111 |
Color Harmonies of #73D082
Complementary color
Monochromatic Colors of #73D082
Black with #73D082
Text Example
Text Example
White with #73D082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D082; }
p { color: rgb(115,208,130); }
H1.HeaderClassName
{
color: #73D082;
}
.AnyTagClassName
{
color: #73D082;
}
</style>
background-color css
<style>
a { background-color: #73D082; }
a { background-color: rgb(115,208,130); }
div.DivClassName
{
background-color: #73D082;
}
.BgClassName
{
background-color: #73D082;
}
</style>
border-color css
<style>
span { border-color: #73D082; }
span { border-color: rgb(115,208,130); }
td.TdClassName
{
border-color: #73D082;
}
.TagClassName
{
border-color: #73D082;
}
</style>