Shades of Pastel Green #73DB71
Tints of Pastel Green #73DB71
RGB
CMYK
RGB Variations
Color information
#73DB71 (or 0x73DB71) is known color: Pastel Green. HEX triplet: 73, DB and 71. RGB value is (115,219,113). Sum of RGB (Red+Green+Blue) = 115+219+113=447 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.73% from 447); Green value is 219 (85.94% from 255 or 48.99% from 447); Blue value is 113 (44.53% from 255 or 25.28% from 447); Max value from RGB is 219 - color contains mainly: green. Hex color #73DB71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73DB71 is #8C248E. Grayscale: #B0B0B0. Windows color (decimal): -9184399 or 7461747. OLE color: 7461747.
HSL color Cylindrical-coordinate representation of color #73DB71: hue angle of 118.87º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73DB71 is Cyan = 0.47, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 219 | 113 | - |
| CMYK | 0.47 | 0 | 0.48 | 0.14 |
| HSL | 118.87º | 0.6% | 0.65% | - |
| HSV(B) | 118.87º | 0.48% | 0.86% | - |
| XYZ | 35.38 | 55.5 | 24.47 | - |
| YUV | 175.82 | 92.54 | 84.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 219 | 113 | 0.47 | 0 | 0.48 | 0.14 | 118.87 | 0.6 | 0.65 |
| Hex | 73 | DB | 71 | 2F | 0 | 30 | E | 77 | 3C | 41 |
| Octal | 163 | 333 | 161 | 57 | 0 | 60 | 16 | 167 | 74 | 101 |
| Binary | 1110011 | 11011011 | 1110001 | 101111 | 0 | 110000 | 1110 | 1110111 | 111100 | 1000001 |
Color Harmonies of #73DB71
Complementary color
Monochromatic Colors of #73DB71
Black with #73DB71
Text Example
Text Example
White with #73DB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DB71; }
p { color: rgb(115,219,113); }
H1.HeaderClassName
{
color: #73DB71;
}
.AnyTagClassName
{
color: #73DB71;
}
</style>
background-color css
<style>
a { background-color: #73DB71; }
a { background-color: rgb(115,219,113); }
div.DivClassName
{
background-color: #73DB71;
}
.BgClassName
{
background-color: #73DB71;
}
</style>
border-color css
<style>
span { border-color: #73DB71; }
span { border-color: rgb(115,219,113); }
td.TdClassName
{
border-color: #73DB71;
}
.TagClassName
{
border-color: #73DB71;
}
</style>