Shades of Pastel Green #73D56C
Tints of Pastel Green #73D56C
RGB
CMYK
RGB Variations
Color information
#73D56C (or 0x73D56C) is known color: Pastel Green. HEX triplet: 73, D5 and 6C. RGB value is (115,213,108). Sum of RGB (Red+Green+Blue) = 115+213+108=436 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.38% from 436); Green value is 213 (83.59% from 255 or 48.85% from 436); Blue value is 108 (42.58% from 255 or 24.77% from 436); Max value from RGB is 213 - color contains mainly: green. Hex color #73D56C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D56C is #8C2A93. Grayscale: #ACACAC. Windows color (decimal): -9185940 or 7132531. OLE color: 7132531.
HSL color Cylindrical-coordinate representation of color #73D56C: hue angle of 116º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #73D56C is Cyan = 0.46, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 213 | 108 | - |
| CMYK | 0.46 | 0 | 0.49 | 0.16 |
| HSL | 116º | 0.56% | 0.63% | - |
| HSV(B) | 116º | 0.49% | 0.84% | - |
| XYZ | 33.57 | 52.32 | 22.52 | - |
| YUV | 171.73 | 92.03 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 213 | 108 | 0.46 | 0 | 0.49 | 0.16 | 116 | 0.56 | 0.63 |
| Hex | 73 | D5 | 6C | 2E | 0 | 31 | 10 | 74 | 38 | 3F |
| Octal | 163 | 325 | 154 | 56 | 0 | 61 | 20 | 164 | 70 | 77 |
| Binary | 1110011 | 11010101 | 1101100 | 101110 | 0 | 110001 | 10000 | 1110100 | 111000 | 111111 |
Color Harmonies of #73D56C
Complementary color
Monochromatic Colors of #73D56C
Black with #73D56C
Text Example
Text Example
White with #73D56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D56C; }
p { color: rgb(115,213,108); }
H1.HeaderClassName
{
color: #73D56C;
}
.AnyTagClassName
{
color: #73D56C;
}
</style>
background-color css
<style>
a { background-color: #73D56C; }
a { background-color: rgb(115,213,108); }
div.DivClassName
{
background-color: #73D56C;
}
.BgClassName
{
background-color: #73D56C;
}
</style>
border-color css
<style>
span { border-color: #73D56C; }
span { border-color: rgb(115,213,108); }
td.TdClassName
{
border-color: #73D56C;
}
.TagClassName
{
border-color: #73D56C;
}
</style>