Shades of De York #73D68B
Tints of De York #73D68B
RGB
CMYK
RGB Variations
Color information
#73D68B (or 0x73D68B) is known color: De York. HEX triplet: 73, D6 and 8B. RGB value is (115,214,139). Sum of RGB (Red+Green+Blue) = 115+214+139=468 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.57% from 468); Green value is 214 (83.98% from 255 or 45.73% from 468); Blue value is 139 (54.69% from 255 or 29.70% from 468); Max value from RGB is 214 - color contains mainly: green. Hex color #73D68B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73D68B is #8C2974. Grayscale: #B0B0B0. Windows color (decimal): -9185653 or 9164403. OLE color: 9164403.
HSL color Cylindrical-coordinate representation of color #73D68B: hue angle of 134.55º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #73D68B is Cyan = 0.46, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 214 | 139 | - |
| CMYK | 0.46 | 0 | 0.35 | 0.16 |
| HSL | 134.55º | 0.55% | 0.65% | - |
| HSV(B) | 134.55º | 0.46% | 0.84% | - |
| XYZ | 35.78 | 53.6 | 32.89 | - |
| YUV | 175.85 | 107.2 | 84.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 214 | 139 | 0.46 | 0 | 0.35 | 0.16 | 134.55 | 0.55 | 0.65 |
| Hex | 73 | D6 | 8B | 2E | 0 | 23 | 10 | 87 | 37 | 41 |
| Octal | 163 | 326 | 213 | 56 | 0 | 43 | 20 | 207 | 67 | 101 |
| Binary | 1110011 | 11010110 | 10001011 | 101110 | 0 | 100011 | 10000 | 10000111 | 110111 | 1000001 |
Color Harmonies of #73D68B
Complementary color
Monochromatic Colors of #73D68B
Black with #73D68B
Text Example
Text Example
White with #73D68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D68B; }
p { color: rgb(115,214,139); }
H1.HeaderClassName
{
color: #73D68B;
}
.AnyTagClassName
{
color: #73D68B;
}
</style>
background-color css
<style>
a { background-color: #73D68B; }
a { background-color: rgb(115,214,139); }
div.DivClassName
{
background-color: #73D68B;
}
.BgClassName
{
background-color: #73D68B;
}
</style>
border-color css
<style>
span { border-color: #73D68B; }
span { border-color: rgb(115,214,139); }
td.TdClassName
{
border-color: #73D68B;
}
.TagClassName
{
border-color: #73D68B;
}
</style>