Shades of Pastel Green #73D868
Tints of Pastel Green #73D868
RGB
CMYK
RGB Variations
Color information
#73D868 (or 0x73D868) is known color: Pastel Green. HEX triplet: 73, D8 and 68. RGB value is (115,216,104). Sum of RGB (Red+Green+Blue) = 115+216+104=435 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.44% from 435); Green value is 216 (84.77% from 255 or 49.66% from 435); Blue value is 104 (41.02% from 255 or 23.91% from 435); Max value from RGB is 216 - color contains mainly: green. Hex color #73D868 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D868 is #8C2797. Grayscale: #ADADAD. Windows color (decimal): -9185176 or 6871155. OLE color: 6871155.
HSL color Cylindrical-coordinate representation of color #73D868: hue angle of 114.11º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73D868 is Cyan = 0.47, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 216 | 104 | - |
| CMYK | 0.47 | 0 | 0.52 | 0.15 |
| HSL | 114.11º | 0.59% | 0.63% | - |
| HSV(B) | 114.11º | 0.52% | 0.85% | - |
| XYZ | 34.12 | 53.76 | 21.67 | - |
| YUV | 173.03 | 89.04 | 86.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 216 | 104 | 0.47 | 0 | 0.52 | 0.15 | 114.11 | 0.59 | 0.63 |
| Hex | 73 | D8 | 68 | 2F | 0 | 34 | F | 72 | 3B | 3F |
| Octal | 163 | 330 | 150 | 57 | 0 | 64 | 17 | 162 | 73 | 77 |
| Binary | 1110011 | 11011000 | 1101000 | 101111 | 0 | 110100 | 1111 | 1110010 | 111011 | 111111 |
Color Harmonies of #73D868
Complementary color
Monochromatic Colors of #73D868
Black with #73D868
Text Example
Text Example
White with #73D868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D868; }
p { color: rgb(115,216,104); }
H1.HeaderClassName
{
color: #73D868;
}
.AnyTagClassName
{
color: #73D868;
}
</style>
background-color css
<style>
a { background-color: #73D868; }
a { background-color: rgb(115,216,104); }
div.DivClassName
{
background-color: #73D868;
}
.BgClassName
{
background-color: #73D868;
}
</style>
border-color css
<style>
span { border-color: #73D868; }
span { border-color: rgb(115,216,104); }
td.TdClassName
{
border-color: #73D868;
}
.TagClassName
{
border-color: #73D868;
}
</style>