Shades of Pastel Green #73D561
Tints of Pastel Green #73D561
RGB
CMYK
RGB Variations
Color information
#73D561 (or 0x73D561) is known color: Pastel Green. HEX triplet: 73, D5 and 61. RGB value is (115,213,97). Sum of RGB (Red+Green+Blue) = 115+213+97=425 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.06% from 425); Green value is 213 (83.59% from 255 or 50.12% from 425); Blue value is 97 (38.28% from 255 or 22.82% from 425); Max value from RGB is 213 - color contains mainly: green. Hex color #73D561 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D561 is #8C2A9E. Grayscale: #AAAAAA. Windows color (decimal): -9185951 or 6411635. OLE color: 6411635.
HSL color Cylindrical-coordinate representation of color #73D561: hue angle of 110.69º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73D561 is Cyan = 0.46, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 213 | 97 | - |
| CMYK | 0.46 | 0 | 0.54 | 0.16 |
| HSL | 110.69º | 0.58% | 0.61% | - |
| HSV(B) | 110.69º | 0.54% | 0.84% | - |
| XYZ | 33.02 | 52.1 | 19.62 | - |
| YUV | 170.47 | 86.53 | 88.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 213 | 97 | 0.46 | 0 | 0.54 | 0.16 | 110.69 | 0.58 | 0.61 |
| Hex | 73 | D5 | 61 | 2E | 0 | 36 | 10 | 6F | 3A | 3D |
| Octal | 163 | 325 | 141 | 56 | 0 | 66 | 20 | 157 | 72 | 75 |
| Binary | 1110011 | 11010101 | 1100001 | 101110 | 0 | 110110 | 10000 | 1101111 | 111010 | 111101 |
Color Harmonies of #73D561
Complementary color
Monochromatic Colors of #73D561
Black with #73D561
Text Example
Text Example
White with #73D561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D561; }
p { color: rgb(115,213,97); }
H1.HeaderClassName
{
color: #73D561;
}
.AnyTagClassName
{
color: #73D561;
}
</style>
background-color css
<style>
a { background-color: #73D561; }
a { background-color: rgb(115,213,97); }
div.DivClassName
{
background-color: #73D561;
}
.BgClassName
{
background-color: #73D561;
}
</style>
border-color css
<style>
span { border-color: #73D561; }
span { border-color: rgb(115,213,97); }
td.TdClassName
{
border-color: #73D561;
}
.TagClassName
{
border-color: #73D561;
}
</style>