Shades of Pastel Green #73F482
Tints of Pastel Green #73F482
RGB
CMYK
RGB Variations
Color information
#73F482 (or 0x73F482) is known color: Pastel Green. HEX triplet: 73, F4 and 82. RGB value is (115,244,130). Sum of RGB (Red+Green+Blue) = 115+244+130=489 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.52% from 489); Green value is 244 (95.70% from 255 or 49.90% from 489); Blue value is 130 (51.17% from 255 or 26.58% from 489); Max value from RGB is 244 - color contains mainly: green. Hex color #73F482 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73F482 is #8C0B7D. Grayscale: #C0C0C0. Windows color (decimal): -9177982 or 8582259. OLE color: 8582259.
HSL color Cylindrical-coordinate representation of color #73F482: hue angle of 126.98º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73F482 is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 115 | 244 | 130 | - |
| CMYK | 0.53 | 0 | 0.47 | 0.04 |
| HSL | 126.98º | 0.85% | 0.7% | - |
| HSV(B) | 126.98º | 0.53% | 0.96% | - |
| XYZ | 43.45 | 69.96 | 32.33 | - |
| YUV | 192.43 | 92.76 | 72.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 244 | 130 | 0.53 | 0 | 0.47 | 0.04 | 126.98 | 0.85 | 0.7 |
| Hex | 73 | F4 | 82 | 35 | 0 | 2F | 4 | 7F | 55 | 46 |
| Octal | 163 | 364 | 202 | 65 | 0 | 57 | 4 | 177 | 125 | 106 |
| Binary | 1110011 | 11110100 | 10000010 | 110101 | 0 | 101111 | 100 | 1111111 | 1010101 | 1000110 |
Color Harmonies of #73F482
Complementary color
Monochromatic Colors of #73F482
Black with #73F482
Text Example
Text Example
White with #73F482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73F482; }
p { color: rgb(115,244,130); }
H1.HeaderClassName
{
color: #73F482;
}
.AnyTagClassName
{
color: #73F482;
}
</style>
background-color css
<style>
a { background-color: #73F482; }
a { background-color: rgb(115,244,130); }
div.DivClassName
{
background-color: #73F482;
}
.BgClassName
{
background-color: #73F482;
}
</style>
border-color css
<style>
span { border-color: #73F482; }
span { border-color: rgb(115,244,130); }
td.TdClassName
{
border-color: #73F482;
}
.TagClassName
{
border-color: #73F482;
}
</style>