Shades of Pastel Green #73D67D
Tints of Pastel Green #73D67D
RGB
CMYK
RGB Variations
Color information
#73D67D (or 0x73D67D) is known color: Pastel Green. HEX triplet: 73, D6 and 7D. RGB value is (115,214,125). Sum of RGB (Red+Green+Blue) = 115+214+125=454 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.33% from 454); Green value is 214 (83.98% from 255 or 47.14% from 454); Blue value is 125 (49.22% from 255 or 27.53% from 454); Max value from RGB is 214 - color contains mainly: green. Hex color #73D67D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D67D is #8C2982. Grayscale: #AEAEAE. Windows color (decimal): -9185667 or 8246899. OLE color: 8246899.
HSL color Cylindrical-coordinate representation of color #73D67D: hue angle of 126.06º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #73D67D is Cyan = 0.46, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 214 | 125 | - |
| CMYK | 0.46 | 0 | 0.42 | 0.16 |
| HSL | 126.06º | 0.55% | 0.65% | - |
| HSV(B) | 126.06º | 0.46% | 0.84% | - |
| XYZ | 34.82 | 53.22 | 27.84 | - |
| YUV | 174.25 | 100.2 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 214 | 125 | 0.46 | 0 | 0.42 | 0.16 | 126.06 | 0.55 | 0.65 |
| Hex | 73 | D6 | 7D | 2E | 0 | 2A | 10 | 7E | 37 | 41 |
| Octal | 163 | 326 | 175 | 56 | 0 | 52 | 20 | 176 | 67 | 101 |
| Binary | 1110011 | 11010110 | 1111101 | 101110 | 0 | 101010 | 10000 | 1111110 | 110111 | 1000001 |
Color Harmonies of #73D67D
Complementary color
Monochromatic Colors of #73D67D
Black with #73D67D
Text Example
Text Example
White with #73D67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D67D; }
p { color: rgb(115,214,125); }
H1.HeaderClassName
{
color: #73D67D;
}
.AnyTagClassName
{
color: #73D67D;
}
</style>
background-color css
<style>
a { background-color: #73D67D; }
a { background-color: rgb(115,214,125); }
div.DivClassName
{
background-color: #73D67D;
}
.BgClassName
{
background-color: #73D67D;
}
</style>
border-color css
<style>
span { border-color: #73D67D; }
span { border-color: rgb(115,214,125); }
td.TdClassName
{
border-color: #73D67D;
}
.TagClassName
{
border-color: #73D67D;
}
</style>