Shades of Pastel Green #73DB75
Tints of Pastel Green #73DB75
RGB
CMYK
RGB Variations
Color information
#73DB75 (or 0x73DB75) is known color: Pastel Green. HEX triplet: 73, DB and 75. RGB value is (115,219,117). Sum of RGB (Red+Green+Blue) = 115+219+117=451 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.50% from 451); Green value is 219 (85.94% from 255 or 48.56% from 451); Blue value is 117 (46.09% from 255 or 25.94% from 451); Max value from RGB is 219 - color contains mainly: green. Hex color #73DB75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73DB75 is #8C248A. Grayscale: #B0B0B0. Windows color (decimal): -9184395 or 7723891. OLE color: 7723891.
HSL color Cylindrical-coordinate representation of color #73DB75: hue angle of 121.15º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #73DB75 is Cyan = 0.47, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 219 | 117 | - |
| CMYK | 0.47 | 0 | 0.47 | 0.14 |
| HSL | 121.15º | 0.59% | 0.65% | - |
| HSV(B) | 121.15º | 0.47% | 0.86% | - |
| XYZ | 35.61 | 55.59 | 25.68 | - |
| YUV | 176.28 | 94.54 | 84.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 219 | 117 | 0.47 | 0 | 0.47 | 0.14 | 121.15 | 0.59 | 0.65 |
| Hex | 73 | DB | 75 | 2F | 0 | 2F | E | 79 | 3B | 41 |
| Octal | 163 | 333 | 165 | 57 | 0 | 57 | 16 | 171 | 73 | 101 |
| Binary | 1110011 | 11011011 | 1110101 | 101111 | 0 | 101111 | 1110 | 1111001 | 111011 | 1000001 |
Color Harmonies of #73DB75
Complementary color
Monochromatic Colors of #73DB75
Black with #73DB75
Text Example
Text Example
White with #73DB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DB75; }
p { color: rgb(115,219,117); }
H1.HeaderClassName
{
color: #73DB75;
}
.AnyTagClassName
{
color: #73DB75;
}
</style>
background-color css
<style>
a { background-color: #73DB75; }
a { background-color: rgb(115,219,117); }
div.DivClassName
{
background-color: #73DB75;
}
.BgClassName
{
background-color: #73DB75;
}
</style>
border-color css
<style>
span { border-color: #73DB75; }
span { border-color: rgb(115,219,117); }
td.TdClassName
{
border-color: #73DB75;
}
.TagClassName
{
border-color: #73DB75;
}
</style>