Shades of De York #73C17D
Tints of De York #73C17D
RGB
CMYK
RGB Variations
Color information
#73C17D (or 0x73C17D) is known color: De York. HEX triplet: 73, C1 and 7D. RGB value is (115,193,125). Sum of RGB (Red+Green+Blue) = 115+193+125=433 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.56% from 433); Green value is 193 (75.78% from 255 or 44.57% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 193 - color contains mainly: green. Hex color #73C17D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C17D is #8C3E82. Grayscale: #A2A2A2. Windows color (decimal): -9191043 or 8241523. OLE color: 8241523.
HSL color Cylindrical-coordinate representation of color #73C17D: hue angle of 127.69º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #73C17D is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 193 | 125 | - |
| CMYK | 0.40 | 0 | 0.35 | 0.24 |
| HSL | 127.69º | 0.39% | 0.6% | - |
| HSV(B) | 127.69º | 0.4% | 0.76% | - |
| XYZ | 29.84 | 43.27 | 26.18 | - |
| YUV | 161.93 | 107.16 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 193 | 125 | 0.40 | 0 | 0.35 | 0.24 | 127.69 | 0.39 | 0.6 |
| Hex | 73 | C1 | 7D | 28 | 0 | 23 | 18 | 80 | 27 | 3C |
| Octal | 163 | 301 | 175 | 50 | 0 | 43 | 30 | 200 | 47 | 74 |
| Binary | 1110011 | 11000001 | 1111101 | 101000 | 0 | 100011 | 11000 | 10000000 | 100111 | 111100 |
Color Harmonies of #73C17D
Complementary color
Monochromatic Colors of #73C17D
Black with #73C17D
Text Example
Text Example
White with #73C17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C17D; }
p { color: rgb(115,193,125); }
H1.HeaderClassName
{
color: #73C17D;
}
.AnyTagClassName
{
color: #73C17D;
}
</style>
background-color css
<style>
a { background-color: #73C17D; }
a { background-color: rgb(115,193,125); }
div.DivClassName
{
background-color: #73C17D;
}
.BgClassName
{
background-color: #73C17D;
}
</style>
border-color css
<style>
span { border-color: #73C17D; }
span { border-color: rgb(115,193,125); }
td.TdClassName
{
border-color: #73C17D;
}
.TagClassName
{
border-color: #73C17D;
}
</style>