Shades of Pastel Green #73DA68
Tints of Pastel Green #73DA68
RGB
CMYK
RGB Variations
Color information
#73DA68 (or 0x73DA68) is known color: Pastel Green. HEX triplet: 73, DA and 68. RGB value is (115,218,104). Sum of RGB (Red+Green+Blue) = 115+218+104=437 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.32% from 437); Green value is 218 (85.55% from 255 or 49.89% from 437); Blue value is 104 (41.02% from 255 or 23.80% from 437); Max value from RGB is 218 - color contains mainly: green. Hex color #73DA68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73DA68 is #8C2597. Grayscale: #AEAEAE. Windows color (decimal): -9184664 or 6871667. OLE color: 6871667.
HSL color Cylindrical-coordinate representation of color #73DA68: hue angle of 114.21º degrees, saturation: 0.61, 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 #73DA68 is Cyan = 0.47, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 218 | 104 | - |
| CMYK | 0.47 | 0 | 0.52 | 0.15 |
| HSL | 114.21º | 0.61% | 0.63% | - |
| HSV(B) | 114.21º | 0.52% | 0.85% | - |
| XYZ | 34.64 | 54.79 | 21.85 | - |
| YUV | 174.21 | 88.38 | 85.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 218 | 104 | 0.47 | 0 | 0.52 | 0.15 | 114.21 | 0.61 | 0.63 |
| Hex | 73 | DA | 68 | 2F | 0 | 34 | F | 72 | 3D | 3F |
| Octal | 163 | 332 | 150 | 57 | 0 | 64 | 17 | 162 | 75 | 77 |
| Binary | 1110011 | 11011010 | 1101000 | 101111 | 0 | 110100 | 1111 | 1110010 | 111101 | 111111 |
Color Harmonies of #73DA68
Complementary color
Monochromatic Colors of #73DA68
Black with #73DA68
Text Example
Text Example
White with #73DA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DA68; }
p { color: rgb(115,218,104); }
H1.HeaderClassName
{
color: #73DA68;
}
.AnyTagClassName
{
color: #73DA68;
}
</style>
background-color css
<style>
a { background-color: #73DA68; }
a { background-color: rgb(115,218,104); }
div.DivClassName
{
background-color: #73DA68;
}
.BgClassName
{
background-color: #73DA68;
}
</style>
border-color css
<style>
span { border-color: #73DA68; }
span { border-color: rgb(115,218,104); }
td.TdClassName
{
border-color: #73DA68;
}
.TagClassName
{
border-color: #73DA68;
}
</style>