Shades of Pastel Green #73C872
Tints of Pastel Green #73C872
RGB
CMYK
RGB Variations
Color information
#73C872 (or 0x73C872) is known color: Pastel Green. HEX triplet: 73, C8 and 72. RGB value is (115,200,114). Sum of RGB (Red+Green+Blue) = 115+200+114=429 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.81% from 429); Green value is 200 (78.52% from 255 or 46.62% from 429); Blue value is 114 (44.92% from 255 or 26.57% from 429); Max value from RGB is 200 - color contains mainly: green. Hex color #73C872 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C872 is #8C378D. Grayscale: #A5A5A5. Windows color (decimal): -9189262 or 7522419. OLE color: 7522419.
HSL color Cylindrical-coordinate representation of color #73C872: hue angle of 119.3º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73C872 is Cyan = 0.42, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 200 | 114 | - |
| CMYK | 0.42 | 0 | 0.43 | 0.22 |
| HSL | 119.3º | 0.44% | 0.62% | - |
| HSV(B) | 119.3º | 0.43% | 0.78% | - |
| XYZ | 30.76 | 46.17 | 23.21 | - |
| YUV | 164.78 | 99.34 | 92.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 200 | 114 | 0.42 | 0 | 0.43 | 0.22 | 119.3 | 0.44 | 0.62 |
| Hex | 73 | C8 | 72 | 2A | 0 | 2B | 16 | 77 | 2C | 3E |
| Octal | 163 | 310 | 162 | 52 | 0 | 53 | 26 | 167 | 54 | 76 |
| Binary | 1110011 | 11001000 | 1110010 | 101010 | 0 | 101011 | 10110 | 1110111 | 101100 | 111110 |
Color Harmonies of #73C872
Complementary color
Monochromatic Colors of #73C872
Black with #73C872
Text Example
Text Example
White with #73C872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C872; }
p { color: rgb(115,200,114); }
H1.HeaderClassName
{
color: #73C872;
}
.AnyTagClassName
{
color: #73C872;
}
</style>
background-color css
<style>
a { background-color: #73C872; }
a { background-color: rgb(115,200,114); }
div.DivClassName
{
background-color: #73C872;
}
.BgClassName
{
background-color: #73C872;
}
</style>
border-color css
<style>
span { border-color: #73C872; }
span { border-color: rgb(115,200,114); }
td.TdClassName
{
border-color: #73C872;
}
.TagClassName
{
border-color: #73C872;
}
</style>