Shades of Pastel Green #73DF86
Tints of Pastel Green #73DF86
RGB
CMYK
RGB Variations
Color information
#73DF86 (or 0x73DF86) is known color: Pastel Green. HEX triplet: 73, DF and 86. RGB value is (115,223,134). Sum of RGB (Red+Green+Blue) = 115+223+134=472 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.36% from 472); Green value is 223 (87.5% from 255 or 47.25% from 472); Blue value is 134 (52.73% from 255 or 28.39% from 472); Max value from RGB is 223 - color contains mainly: green. Hex color #73DF86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73DF86 is #8C2079. Grayscale: #B4B4B4. Windows color (decimal): -9183354 or 8839027. OLE color: 8839027.
HSL color Cylindrical-coordinate representation of color #73DF86: hue angle of 130.56º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73DF86 is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 223 | 134 | - |
| CMYK | 0.48 | 0 | 0.40 | 0.13 |
| HSL | 130.56º | 0.63% | 0.66% | - |
| HSV(B) | 130.56º | 0.48% | 0.87% | - |
| XYZ | 37.76 | 58.14 | 31.79 | - |
| YUV | 180.56 | 101.72 | 81.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 223 | 134 | 0.48 | 0 | 0.40 | 0.13 | 130.56 | 0.63 | 0.66 |
| Hex | 73 | DF | 86 | 30 | 0 | 28 | D | 83 | 3F | 42 |
| Octal | 163 | 337 | 206 | 60 | 0 | 50 | 15 | 203 | 77 | 102 |
| Binary | 1110011 | 11011111 | 10000110 | 110000 | 0 | 101000 | 1101 | 10000011 | 111111 | 1000010 |
Color Harmonies of #73DF86
Complementary color
Monochromatic Colors of #73DF86
Black with #73DF86
Text Example
Text Example
White with #73DF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DF86; }
p { color: rgb(115,223,134); }
H1.HeaderClassName
{
color: #73DF86;
}
.AnyTagClassName
{
color: #73DF86;
}
</style>
background-color css
<style>
a { background-color: #73DF86; }
a { background-color: rgb(115,223,134); }
div.DivClassName
{
background-color: #73DF86;
}
.BgClassName
{
background-color: #73DF86;
}
</style>
border-color css
<style>
span { border-color: #73DF86; }
span { border-color: rgb(115,223,134); }
td.TdClassName
{
border-color: #73DF86;
}
.TagClassName
{
border-color: #73DF86;
}
</style>