Shades of De York #73D58E
Tints of De York #73D58E
RGB
CMYK
RGB Variations
Color information
#73D58E (or 0x73D58E) is known color: De York. HEX triplet: 73, D5 and 8E. RGB value is (115,213,142). Sum of RGB (Red+Green+Blue) = 115+213+142=470 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.47% from 470); Green value is 213 (83.59% from 255 or 45.32% from 470); Blue value is 142 (55.86% from 255 or 30.21% from 470); Max value from RGB is 213 - color contains mainly: green. Hex color #73D58E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73D58E is #8C2A71. Grayscale: #AFAFAF. Windows color (decimal): -9185906 or 9360755. OLE color: 9360755.
HSL color Cylindrical-coordinate representation of color #73D58E: hue angle of 136.53º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #73D58E is Cyan = 0.46, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 213 | 142 | - |
| CMYK | 0.46 | 0 | 0.33 | 0.16 |
| HSL | 136.53º | 0.54% | 0.64% | - |
| HSV(B) | 136.53º | 0.46% | 0.84% | - |
| XYZ | 35.75 | 53.19 | 33.97 | - |
| YUV | 175.6 | 109.03 | 84.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 213 | 142 | 0.46 | 0 | 0.33 | 0.16 | 136.53 | 0.54 | 0.64 |
| Hex | 73 | D5 | 8E | 2E | 0 | 21 | 10 | 89 | 36 | 40 |
| Octal | 163 | 325 | 216 | 56 | 0 | 41 | 20 | 211 | 66 | 100 |
| Binary | 1110011 | 11010101 | 10001110 | 101110 | 0 | 100001 | 10000 | 10001001 | 110110 | 1000000 |
Color Harmonies of #73D58E
Complementary color
Monochromatic Colors of #73D58E
Black with #73D58E
Text Example
Text Example
White with #73D58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D58E; }
p { color: rgb(115,213,142); }
H1.HeaderClassName
{
color: #73D58E;
}
.AnyTagClassName
{
color: #73D58E;
}
</style>
background-color css
<style>
a { background-color: #73D58E; }
a { background-color: rgb(115,213,142); }
div.DivClassName
{
background-color: #73D58E;
}
.BgClassName
{
background-color: #73D58E;
}
</style>
border-color css
<style>
span { border-color: #73D58E; }
span { border-color: rgb(115,213,142); }
td.TdClassName
{
border-color: #73D58E;
}
.TagClassName
{
border-color: #73D58E;
}
</style>