Shades of Pastel Green #73DB61
Tints of Pastel Green #73DB61
RGB
CMYK
RGB Variations
Color information
#73DB61 (or 0x73DB61) is known color: Pastel Green. HEX triplet: 73, DB and 61. RGB value is (115,219,97). Sum of RGB (Red+Green+Blue) = 115+219+97=431 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.68% from 431); Green value is 219 (85.94% from 255 or 50.81% from 431); Blue value is 97 (38.28% from 255 or 22.51% from 431); Max value from RGB is 219 - color contains mainly: green. Hex color #73DB61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73DB61 is #8C249E. Grayscale: #AEAEAE. Windows color (decimal): -9184415 or 6413171. OLE color: 6413171.
HSL color Cylindrical-coordinate representation of color #73DB61: hue angle of 111.15º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #73DB61 is Cyan = 0.47, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 219 | 97 | - |
| CMYK | 0.47 | 0 | 0.56 | 0.14 |
| HSL | 111.15º | 0.63% | 0.62% | - |
| HSV(B) | 111.15º | 0.56% | 0.86% | - |
| XYZ | 34.56 | 55.17 | 20.14 | - |
| YUV | 174 | 84.54 | 85.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 219 | 97 | 0.47 | 0 | 0.56 | 0.14 | 111.15 | 0.63 | 0.62 |
| Hex | 73 | DB | 61 | 2F | 0 | 38 | E | 6F | 3F | 3E |
| Octal | 163 | 333 | 141 | 57 | 0 | 70 | 16 | 157 | 77 | 76 |
| Binary | 1110011 | 11011011 | 1100001 | 101111 | 0 | 111000 | 1110 | 1101111 | 111111 | 111110 |
Color Harmonies of #73DB61
Complementary color
Monochromatic Colors of #73DB61
Black with #73DB61
Text Example
Text Example
White with #73DB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DB61; }
p { color: rgb(115,219,97); }
H1.HeaderClassName
{
color: #73DB61;
}
.AnyTagClassName
{
color: #73DB61;
}
</style>
background-color css
<style>
a { background-color: #73DB61; }
a { background-color: rgb(115,219,97); }
div.DivClassName
{
background-color: #73DB61;
}
.BgClassName
{
background-color: #73DB61;
}
</style>
border-color css
<style>
span { border-color: #73DB61; }
span { border-color: rgb(115,219,97); }
td.TdClassName
{
border-color: #73DB61;
}
.TagClassName
{
border-color: #73DB61;
}
</style>