Shades of Pastel Green #73D482
Tints of Pastel Green #73D482
RGB
CMYK
RGB Variations
Color information
#73D482 (or 0x73D482) is known color: Pastel Green. HEX triplet: 73, D4 and 82. RGB value is (115,212,130). Sum of RGB (Red+Green+Blue) = 115+212+130=457 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.16% from 457); Green value is 212 (83.20% from 255 or 46.39% from 457); Blue value is 130 (51.17% from 255 or 28.45% from 457); Max value from RGB is 212 - color contains mainly: green. Hex color #73D482 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73D482 is #8C2B7D. Grayscale: #ADADAD. Windows color (decimal): -9186174 or 8574067. OLE color: 8574067.
HSL color Cylindrical-coordinate representation of color #73D482: hue angle of 129.28º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #73D482 is Cyan = 0.46, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 115 | 212 | 130 | - |
| CMYK | 0.46 | 0 | 0.39 | 0.17 |
| HSL | 129.28º | 0.53% | 0.64% | - |
| HSV(B) | 129.28º | 0.46% | 0.83% | - |
| XYZ | 34.64 | 52.34 | 29.4 | - |
| YUV | 173.65 | 103.36 | 86.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 212 | 130 | 0.46 | 0 | 0.39 | 0.17 | 129.28 | 0.53 | 0.64 |
| Hex | 73 | D4 | 82 | 2E | 0 | 27 | 11 | 81 | 35 | 40 |
| Octal | 163 | 324 | 202 | 56 | 0 | 47 | 21 | 201 | 65 | 100 |
| Binary | 1110011 | 11010100 | 10000010 | 101110 | 0 | 100111 | 10001 | 10000001 | 110101 | 1000000 |
Color Harmonies of #73D482
Complementary color
Monochromatic Colors of #73D482
Black with #73D482
Text Example
Text Example
White with #73D482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D482; }
p { color: rgb(115,212,130); }
H1.HeaderClassName
{
color: #73D482;
}
.AnyTagClassName
{
color: #73D482;
}
</style>
background-color css
<style>
a { background-color: #73D482; }
a { background-color: rgb(115,212,130); }
div.DivClassName
{
background-color: #73D482;
}
.BgClassName
{
background-color: #73D482;
}
</style>
border-color css
<style>
span { border-color: #73D482; }
span { border-color: rgb(115,212,130); }
td.TdClassName
{
border-color: #73D482;
}
.TagClassName
{
border-color: #73D482;
}
</style>