Shades of De York #73C584
Tints of De York #73C584
RGB
CMYK
RGB Variations
Color information
#73C584 (or 0x73C584) is known color: De York. HEX triplet: 73, C5 and 84. RGB value is (115,197,132). Sum of RGB (Red+Green+Blue) = 115+197+132=444 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.90% from 444); Green value is 197 (77.34% from 255 or 44.37% from 444); Blue value is 132 (51.95% from 255 or 29.73% from 444); Max value from RGB is 197 - color contains mainly: green. Hex color #73C584 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73C584 is #8C3A7B. Grayscale: #A5A5A5. Windows color (decimal): -9190012 or 8701299. OLE color: 8701299.
HSL color Cylindrical-coordinate representation of color #73C584: hue angle of 132.44º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #73C584 is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 115 | 197 | 132 | - |
| CMYK | 0.42 | 0 | 0.33 | 0.23 |
| HSL | 132.44º | 0.41% | 0.61% | - |
| HSV(B) | 132.44º | 0.42% | 0.77% | - |
| XYZ | 31.2 | 45.24 | 28.92 | - |
| YUV | 165.07 | 109.33 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 197 | 132 | 0.42 | 0 | 0.33 | 0.23 | 132.44 | 0.41 | 0.61 |
| Hex | 73 | C5 | 84 | 2A | 0 | 21 | 17 | 84 | 29 | 3D |
| Octal | 163 | 305 | 204 | 52 | 0 | 41 | 27 | 204 | 51 | 75 |
| Binary | 1110011 | 11000101 | 10000100 | 101010 | 0 | 100001 | 10111 | 10000100 | 101001 | 111101 |
Color Harmonies of #73C584
Complementary color
Monochromatic Colors of #73C584
Black with #73C584
Text Example
Text Example
White with #73C584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C584; }
p { color: rgb(115,197,132); }
H1.HeaderClassName
{
color: #73C584;
}
.AnyTagClassName
{
color: #73C584;
}
</style>
background-color css
<style>
a { background-color: #73C584; }
a { background-color: rgb(115,197,132); }
div.DivClassName
{
background-color: #73C584;
}
.BgClassName
{
background-color: #73C584;
}
</style>
border-color css
<style>
span { border-color: #73C584; }
span { border-color: rgb(115,197,132); }
td.TdClassName
{
border-color: #73C584;
}
.TagClassName
{
border-color: #73C584;
}
</style>