Shades of Pastel Green #73DB86
Tints of Pastel Green #73DB86
RGB
CMYK
RGB Variations
Color information
#73DB86 (or 0x73DB86) is known color: Pastel Green. HEX triplet: 73, DB and 86. RGB value is (115,219,134). Sum of RGB (Red+Green+Blue) = 115+219+134=468 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.57% from 468); Green value is 219 (85.94% from 255 or 46.79% from 468); Blue value is 134 (52.73% from 255 or 28.63% from 468); Max value from RGB is 219 - color contains mainly: green. Hex color #73DB86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73DB86 is #8C2479. Grayscale: #B2B2B2. Windows color (decimal): -9184378 or 8838003. OLE color: 8838003.
HSL color Cylindrical-coordinate representation of color #73DB86: hue angle of 130.96º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #73DB86 is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 219 | 134 | - |
| CMYK | 0.47 | 0 | 0.39 | 0.14 |
| HSL | 130.96º | 0.59% | 0.65% | - |
| HSV(B) | 130.96º | 0.47% | 0.86% | - |
| XYZ | 36.7 | 56.03 | 31.43 | - |
| YUV | 178.21 | 103.04 | 82.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 219 | 134 | 0.47 | 0 | 0.39 | 0.14 | 130.96 | 0.59 | 0.65 |
| Hex | 73 | DB | 86 | 2F | 0 | 27 | E | 83 | 3B | 41 |
| Octal | 163 | 333 | 206 | 57 | 0 | 47 | 16 | 203 | 73 | 101 |
| Binary | 1110011 | 11011011 | 10000110 | 101111 | 0 | 100111 | 1110 | 10000011 | 111011 | 1000001 |
Color Harmonies of #73DB86
Complementary color
Monochromatic Colors of #73DB86
Black with #73DB86
Text Example
Text Example
White with #73DB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DB86; }
p { color: rgb(115,219,134); }
H1.HeaderClassName
{
color: #73DB86;
}
.AnyTagClassName
{
color: #73DB86;
}
</style>
background-color css
<style>
a { background-color: #73DB86; }
a { background-color: rgb(115,219,134); }
div.DivClassName
{
background-color: #73DB86;
}
.BgClassName
{
background-color: #73DB86;
}
</style>
border-color css
<style>
span { border-color: #73DB86; }
span { border-color: rgb(115,219,134); }
td.TdClassName
{
border-color: #73DB86;
}
.TagClassName
{
border-color: #73DB86;
}
</style>