Shades of Pastel Green #73DF72
Tints of Pastel Green #73DF72
RGB
CMYK
RGB Variations
Color information
#73DF72 (or 0x73DF72) is known color: Pastel Green. HEX triplet: 73, DF and 72. RGB value is (115,223,114). Sum of RGB (Red+Green+Blue) = 115+223+114=452 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.44% from 452); Green value is 223 (87.5% from 255 or 49.34% from 452); Blue value is 114 (44.92% from 255 or 25.22% from 452); Max value from RGB is 223 - color contains mainly: green. Hex color #73DF72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73DF72 is #8C208D. Grayscale: #B2B2B2. Windows color (decimal): -9183374 or 7528307. OLE color: 7528307.
HSL color Cylindrical-coordinate representation of color #73DF72: hue angle of 119.45º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #73DF72 is Cyan = 0.48, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 223 | 114 | - |
| CMYK | 0.48 | 0 | 0.49 | 0.13 |
| HSL | 119.45º | 0.63% | 0.66% | - |
| HSV(B) | 119.45º | 0.49% | 0.87% | - |
| XYZ | 36.5 | 57.64 | 25.12 | - |
| YUV | 178.28 | 91.72 | 82.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 223 | 114 | 0.48 | 0 | 0.49 | 0.13 | 119.45 | 0.63 | 0.66 |
| Hex | 73 | DF | 72 | 30 | 0 | 31 | D | 77 | 3F | 42 |
| Octal | 163 | 337 | 162 | 60 | 0 | 61 | 15 | 167 | 77 | 102 |
| Binary | 1110011 | 11011111 | 1110010 | 110000 | 0 | 110001 | 1101 | 1110111 | 111111 | 1000010 |
Color Harmonies of #73DF72
Complementary color
Monochromatic Colors of #73DF72
Black with #73DF72
Text Example
Text Example
White with #73DF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DF72; }
p { color: rgb(115,223,114); }
H1.HeaderClassName
{
color: #73DF72;
}
.AnyTagClassName
{
color: #73DF72;
}
</style>
background-color css
<style>
a { background-color: #73DF72; }
a { background-color: rgb(115,223,114); }
div.DivClassName
{
background-color: #73DF72;
}
.BgClassName
{
background-color: #73DF72;
}
</style>
border-color css
<style>
span { border-color: #73DF72; }
span { border-color: rgb(115,223,114); }
td.TdClassName
{
border-color: #73DF72;
}
.TagClassName
{
border-color: #73DF72;
}
</style>