Shades of Pastel Green #73D368
Tints of Pastel Green #73D368
RGB
CMYK
RGB Variations
Color information
#73D368 (or 0x73D368) is known color: Pastel Green. HEX triplet: 73, D3 and 68. RGB value is (115,211,104). Sum of RGB (Red+Green+Blue) = 115+211+104=430 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.74% from 430); Green value is 211 (82.81% from 255 or 49.07% from 430); Blue value is 104 (41.02% from 255 or 24.19% from 430); Max value from RGB is 211 - color contains mainly: green. Hex color #73D368 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D368 is #8C2C97. Grayscale: #AAAAAA. Windows color (decimal): -9186456 or 6869875. OLE color: 6869875.
HSL color Cylindrical-coordinate representation of color #73D368: hue angle of 113.83º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73D368 is Cyan = 0.45, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 115 | 211 | 104 | - |
| CMYK | 0.45 | 0 | 0.51 | 0.17 |
| HSL | 113.83º | 0.55% | 0.62% | - |
| HSV(B) | 113.83º | 0.51% | 0.83% | - |
| XYZ | 32.86 | 51.23 | 21.25 | - |
| YUV | 170.1 | 90.7 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 211 | 104 | 0.45 | 0 | 0.51 | 0.17 | 113.83 | 0.55 | 0.62 |
| Hex | 73 | D3 | 68 | 2D | 0 | 33 | 11 | 72 | 37 | 3E |
| Octal | 163 | 323 | 150 | 55 | 0 | 63 | 21 | 162 | 67 | 76 |
| Binary | 1110011 | 11010011 | 1101000 | 101101 | 0 | 110011 | 10001 | 1110010 | 110111 | 111110 |
Color Harmonies of #73D368
Complementary color
Monochromatic Colors of #73D368
Black with #73D368
Text Example
Text Example
White with #73D368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D368; }
p { color: rgb(115,211,104); }
H1.HeaderClassName
{
color: #73D368;
}
.AnyTagClassName
{
color: #73D368;
}
</style>
background-color css
<style>
a { background-color: #73D368; }
a { background-color: rgb(115,211,104); }
div.DivClassName
{
background-color: #73D368;
}
.BgClassName
{
background-color: #73D368;
}
</style>
border-color css
<style>
span { border-color: #73D368; }
span { border-color: rgb(115,211,104); }
td.TdClassName
{
border-color: #73D368;
}
.TagClassName
{
border-color: #73D368;
}
</style>