Shades of Pastel Green #73DC87
Tints of Pastel Green #73DC87
RGB
CMYK
RGB Variations
Color information
#73DC87 (or 0x73DC87) is known color: Pastel Green. HEX triplet: 73, DC and 87. RGB value is (115,220,135). Sum of RGB (Red+Green+Blue) = 115+220+135=470 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.47% from 470); Green value is 220 (86.33% from 255 or 46.81% from 470); Blue value is 135 (53.12% from 255 or 28.72% from 470); Max value from RGB is 220 - color contains mainly: green. Hex color #73DC87 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73DC87 is #8C2378. Grayscale: #B3B3B3. Windows color (decimal): -9184121 or 8903795. OLE color: 8903795.
HSL color Cylindrical-coordinate representation of color #73DC87: hue angle of 131.43º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73DC87 is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 220 | 135 | - |
| CMYK | 0.48 | 0 | 0.39 | 0.14 |
| HSL | 131.43º | 0.6% | 0.66% | - |
| HSV(B) | 131.43º | 0.48% | 0.86% | - |
| XYZ | 37.04 | 56.58 | 31.89 | - |
| YUV | 178.92 | 103.21 | 82.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 220 | 135 | 0.48 | 0 | 0.39 | 0.14 | 131.43 | 0.6 | 0.66 |
| Hex | 73 | DC | 87 | 30 | 0 | 27 | E | 83 | 3C | 42 |
| Octal | 163 | 334 | 207 | 60 | 0 | 47 | 16 | 203 | 74 | 102 |
| Binary | 1110011 | 11011100 | 10000111 | 110000 | 0 | 100111 | 1110 | 10000011 | 111100 | 1000010 |
Color Harmonies of #73DC87
Complementary color
Monochromatic Colors of #73DC87
Black with #73DC87
Text Example
Text Example
White with #73DC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DC87; }
p { color: rgb(115,220,135); }
H1.HeaderClassName
{
color: #73DC87;
}
.AnyTagClassName
{
color: #73DC87;
}
</style>
background-color css
<style>
a { background-color: #73DC87; }
a { background-color: rgb(115,220,135); }
div.DivClassName
{
background-color: #73DC87;
}
.BgClassName
{
background-color: #73DC87;
}
</style>
border-color css
<style>
span { border-color: #73DC87; }
span { border-color: rgb(115,220,135); }
td.TdClassName
{
border-color: #73DC87;
}
.TagClassName
{
border-color: #73DC87;
}
</style>