Shades of Pastel Green #73C66D
Tints of Pastel Green #73C66D
RGB
CMYK
RGB Variations
Color information
#73C66D (or 0x73C66D) is known color: Pastel Green. HEX triplet: 73, C6 and 6D. RGB value is (115,198,109). Sum of RGB (Red+Green+Blue) = 115+198+109=422 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.25% from 422); Green value is 198 (77.73% from 255 or 46.92% from 422); Blue value is 109 (42.97% from 255 or 25.83% from 422); Max value from RGB is 198 - color contains mainly: green. Hex color #73C66D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C66D is #8C3992. Grayscale: #A3A3A3. Windows color (decimal): -9189779 or 7194227. OLE color: 7194227.
HSL color Cylindrical-coordinate representation of color #73C66D: hue angle of 115.96º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #73C66D is Cyan = 0.42, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 198 | 109 | - |
| CMYK | 0.42 | 0 | 0.45 | 0.22 |
| HSL | 115.96º | 0.44% | 0.6% | - |
| HSV(B) | 115.96º | 0.45% | 0.78% | - |
| XYZ | 30.02 | 45.14 | 21.6 | - |
| YUV | 163.04 | 97.5 | 93.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 198 | 109 | 0.42 | 0 | 0.45 | 0.22 | 115.96 | 0.44 | 0.6 |
| Hex | 73 | C6 | 6D | 2A | 0 | 2D | 16 | 74 | 2C | 3C |
| Octal | 163 | 306 | 155 | 52 | 0 | 55 | 26 | 164 | 54 | 74 |
| Binary | 1110011 | 11000110 | 1101101 | 101010 | 0 | 101101 | 10110 | 1110100 | 101100 | 111100 |
Color Harmonies of #73C66D
Complementary color
Monochromatic Colors of #73C66D
Black with #73C66D
Text Example
Text Example
White with #73C66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C66D; }
p { color: rgb(115,198,109); }
H1.HeaderClassName
{
color: #73C66D;
}
.AnyTagClassName
{
color: #73C66D;
}
</style>
background-color css
<style>
a { background-color: #73C66D; }
a { background-color: rgb(115,198,109); }
div.DivClassName
{
background-color: #73C66D;
}
.BgClassName
{
background-color: #73C66D;
}
</style>
border-color css
<style>
span { border-color: #73C66D; }
span { border-color: rgb(115,198,109); }
td.TdClassName
{
border-color: #73C66D;
}
.TagClassName
{
border-color: #73C66D;
}
</style>