Shades of Pastel Green #73D272
Tints of Pastel Green #73D272
RGB
CMYK
RGB Variations
Color information
#73D272 (or 0x73D272) is known color: Pastel Green. HEX triplet: 73, D2 and 72. RGB value is (115,210,114). Sum of RGB (Red+Green+Blue) = 115+210+114=439 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.20% from 439); Green value is 210 (82.42% from 255 or 47.84% from 439); Blue value is 114 (44.92% from 255 or 25.97% from 439); Max value from RGB is 210 - color contains mainly: green. Hex color #73D272 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D272 is #8C2D8D. Grayscale: #AAAAAA. Windows color (decimal): -9186702 or 7524979. OLE color: 7524979.
HSL color Cylindrical-coordinate representation of color #73D272: hue angle of 119.38º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #73D272 is Cyan = 0.45, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 210 | 114 | - |
| CMYK | 0.45 | 0 | 0.46 | 0.18 |
| HSL | 119.38º | 0.52% | 0.64% | - |
| HSV(B) | 119.38º | 0.46% | 0.82% | - |
| XYZ | 33.15 | 50.95 | 24.01 | - |
| YUV | 170.65 | 96.03 | 88.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 210 | 114 | 0.45 | 0 | 0.46 | 0.18 | 119.38 | 0.52 | 0.64 |
| Hex | 73 | D2 | 72 | 2D | 0 | 2E | 12 | 77 | 34 | 40 |
| Octal | 163 | 322 | 162 | 55 | 0 | 56 | 22 | 167 | 64 | 100 |
| Binary | 1110011 | 11010010 | 1110010 | 101101 | 0 | 101110 | 10010 | 1110111 | 110100 | 1000000 |
Color Harmonies of #73D272
Complementary color
Monochromatic Colors of #73D272
Black with #73D272
Text Example
Text Example
White with #73D272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D272; }
p { color: rgb(115,210,114); }
H1.HeaderClassName
{
color: #73D272;
}
.AnyTagClassName
{
color: #73D272;
}
</style>
background-color css
<style>
a { background-color: #73D272; }
a { background-color: rgb(115,210,114); }
div.DivClassName
{
background-color: #73D272;
}
.BgClassName
{
background-color: #73D272;
}
</style>
border-color css
<style>
span { border-color: #73D272; }
span { border-color: rgb(115,210,114); }
td.TdClassName
{
border-color: #73D272;
}
.TagClassName
{
border-color: #73D272;
}
</style>