Shades of Pastel Green #73D378
Tints of Pastel Green #73D378
RGB
CMYK
RGB Variations
Color information
#73D378 (or 0x73D378) is known color: Pastel Green. HEX triplet: 73, D3 and 78. RGB value is (115,211,120). Sum of RGB (Red+Green+Blue) = 115+211+120=446 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.78% from 446); Green value is 211 (82.81% from 255 or 47.31% from 446); Blue value is 120 (47.27% from 255 or 26.91% from 446); Max value from RGB is 211 - color contains mainly: green. Hex color #73D378 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D378 is #8C2C87. Grayscale: #ACACAC. Windows color (decimal): -9186440 or 7918451. OLE color: 7918451.
HSL color Cylindrical-coordinate representation of color #73D378: hue angle of 123.12º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #73D378 is Cyan = 0.45, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 115 | 211 | 120 | - |
| CMYK | 0.45 | 0 | 0.43 | 0.17 |
| HSL | 123.13º | 0.52% | 0.64% | - |
| HSV(B) | 123.13º | 0.45% | 0.83% | - |
| XYZ | 33.75 | 51.59 | 25.95 | - |
| YUV | 171.92 | 98.7 | 87.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 211 | 120 | 0.45 | 0 | 0.43 | 0.17 | 123.13 | 0.52 | 0.64 |
| Hex | 73 | D3 | 78 | 2D | 0 | 2B | 11 | 7B | 34 | 40 |
| Octal | 163 | 323 | 170 | 55 | 0 | 53 | 21 | 173 | 64 | 100 |
| Binary | 1110011 | 11010011 | 1111000 | 101101 | 0 | 101011 | 10001 | 1111011 | 110100 | 1000000 |
Color Harmonies of #73D378
Complementary color
Monochromatic Colors of #73D378
Black with #73D378
Text Example
Text Example
White with #73D378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D378; }
p { color: rgb(115,211,120); }
H1.HeaderClassName
{
color: #73D378;
}
.AnyTagClassName
{
color: #73D378;
}
</style>
background-color css
<style>
a { background-color: #73D378; }
a { background-color: rgb(115,211,120); }
div.DivClassName
{
background-color: #73D378;
}
.BgClassName
{
background-color: #73D378;
}
</style>
border-color css
<style>
span { border-color: #73D378; }
span { border-color: rgb(115,211,120); }
td.TdClassName
{
border-color: #73D378;
}
.TagClassName
{
border-color: #73D378;
}
</style>