Shades of Pastel Green #73D57D
Tints of Pastel Green #73D57D
RGB
CMYK
RGB Variations
Color information
#73D57D (or 0x73D57D) is known color: Pastel Green. HEX triplet: 73, D5 and 7D. RGB value is (115,213,125). Sum of RGB (Red+Green+Blue) = 115+213+125=453 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.39% from 453); Green value is 213 (83.59% from 255 or 47.02% from 453); Blue value is 125 (49.22% from 255 or 27.59% from 453); Max value from RGB is 213 - color contains mainly: green. Hex color #73D57D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D57D is #8C2A82. Grayscale: #ADADAD. Windows color (decimal): -9185923 or 8246643. OLE color: 8246643.
HSL color Cylindrical-coordinate representation of color #73D57D: hue angle of 126.12º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #73D57D is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 213 | 125 | - |
| CMYK | 0.46 | 0 | 0.41 | 0.16 |
| HSL | 126.12º | 0.54% | 0.64% | - |
| HSV(B) | 126.12º | 0.46% | 0.84% | - |
| XYZ | 34.57 | 52.71 | 27.76 | - |
| YUV | 173.67 | 100.53 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 213 | 125 | 0.46 | 0 | 0.41 | 0.16 | 126.12 | 0.54 | 0.64 |
| Hex | 73 | D5 | 7D | 2E | 0 | 29 | 10 | 7E | 36 | 40 |
| Octal | 163 | 325 | 175 | 56 | 0 | 51 | 20 | 176 | 66 | 100 |
| Binary | 1110011 | 11010101 | 1111101 | 101110 | 0 | 101001 | 10000 | 1111110 | 110110 | 1000000 |
Color Harmonies of #73D57D
Complementary color
Monochromatic Colors of #73D57D
Black with #73D57D
Text Example
Text Example
White with #73D57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D57D; }
p { color: rgb(115,213,125); }
H1.HeaderClassName
{
color: #73D57D;
}
.AnyTagClassName
{
color: #73D57D;
}
</style>
background-color css
<style>
a { background-color: #73D57D; }
a { background-color: rgb(115,213,125); }
div.DivClassName
{
background-color: #73D57D;
}
.BgClassName
{
background-color: #73D57D;
}
</style>
border-color css
<style>
span { border-color: #73D57D; }
span { border-color: rgb(115,213,125); }
td.TdClassName
{
border-color: #73D57D;
}
.TagClassName
{
border-color: #73D57D;
}
</style>