Shades of De York #73C17F
Tints of De York #73C17F
RGB
CMYK
RGB Variations
Color information
#73C17F (or 0x73C17F) is known color: De York. HEX triplet: 73, C1 and 7F. RGB value is (115,193,127). Sum of RGB (Red+Green+Blue) = 115+193+127=435 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.44% from 435); Green value is 193 (75.78% from 255 or 44.37% from 435); Blue value is 127 (50% from 255 or 29.20% from 435); Max value from RGB is 193 - color contains mainly: green. Hex color #73C17F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C17F is #8C3E80. Grayscale: #A2A2A2. Windows color (decimal): -9191041 or 8372595. OLE color: 8372595.
HSL color Cylindrical-coordinate representation of color #73C17F: hue angle of 129.23º 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 #73C17F is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 193 | 127 | - |
| CMYK | 0.40 | 0 | 0.34 | 0.24 |
| HSL | 129.23º | 0.39% | 0.6% | - |
| HSV(B) | 129.23º | 0.4% | 0.76% | - |
| XYZ | 29.97 | 43.32 | 26.86 | - |
| YUV | 162.15 | 108.16 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 193 | 127 | 0.40 | 0 | 0.34 | 0.24 | 129.23 | 0.39 | 0.6 |
| Hex | 73 | C1 | 7F | 28 | 0 | 22 | 18 | 81 | 27 | 3C |
| Octal | 163 | 301 | 177 | 50 | 0 | 42 | 30 | 201 | 47 | 74 |
| Binary | 1110011 | 11000001 | 1111111 | 101000 | 0 | 100010 | 11000 | 10000001 | 100111 | 111100 |
Color Harmonies of #73C17F
Complementary color
Monochromatic Colors of #73C17F
Black with #73C17F
Text Example
Text Example
White with #73C17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C17F; }
p { color: rgb(115,193,127); }
H1.HeaderClassName
{
color: #73C17F;
}
.AnyTagClassName
{
color: #73C17F;
}
</style>
background-color css
<style>
a { background-color: #73C17F; }
a { background-color: rgb(115,193,127); }
div.DivClassName
{
background-color: #73C17F;
}
.BgClassName
{
background-color: #73C17F;
}
</style>
border-color css
<style>
span { border-color: #73C17F; }
span { border-color: rgb(115,193,127); }
td.TdClassName
{
border-color: #73C17F;
}
.TagClassName
{
border-color: #73C17F;
}
</style>