Shades of De York #73C87C
Tints of De York #73C87C
RGB
CMYK
RGB Variations
Color information
#73C87C (or 0x73C87C) is known color: De York. HEX triplet: 73, C8 and 7C. RGB value is (115,200,124). Sum of RGB (Red+Green+Blue) = 115+200+124=439 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.20% from 439); Green value is 200 (78.52% from 255 or 45.56% from 439); Blue value is 124 (48.83% from 255 or 28.25% from 439); Max value from RGB is 200 - color contains mainly: green. Hex color #73C87C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C87C is #8C3783. Grayscale: #A6A6A6. Windows color (decimal): -9189252 or 8177779. OLE color: 8177779.
HSL color Cylindrical-coordinate representation of color #73C87C: hue angle of 126.35º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73C87C is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 200 | 124 | - |
| CMYK | 0.42 | 0 | 0.38 | 0.22 |
| HSL | 126.35º | 0.44% | 0.62% | - |
| HSV(B) | 126.35º | 0.43% | 0.78% | - |
| XYZ | 31.36 | 46.41 | 26.37 | - |
| YUV | 165.92 | 104.34 | 91.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 200 | 124 | 0.42 | 0 | 0.38 | 0.22 | 126.35 | 0.44 | 0.62 |
| Hex | 73 | C8 | 7C | 2A | 0 | 26 | 16 | 7E | 2C | 3E |
| Octal | 163 | 310 | 174 | 52 | 0 | 46 | 26 | 176 | 54 | 76 |
| Binary | 1110011 | 11001000 | 1111100 | 101010 | 0 | 100110 | 10110 | 1111110 | 101100 | 111110 |
Color Harmonies of #73C87C
Complementary color
Monochromatic Colors of #73C87C
Black with #73C87C
Text Example
Text Example
White with #73C87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C87C; }
p { color: rgb(115,200,124); }
H1.HeaderClassName
{
color: #73C87C;
}
.AnyTagClassName
{
color: #73C87C;
}
</style>
background-color css
<style>
a { background-color: #73C87C; }
a { background-color: rgb(115,200,124); }
div.DivClassName
{
background-color: #73C87C;
}
.BgClassName
{
background-color: #73C87C;
}
</style>
border-color css
<style>
span { border-color: #73C87C; }
span { border-color: rgb(115,200,124); }
td.TdClassName
{
border-color: #73C87C;
}
.TagClassName
{
border-color: #73C87C;
}
</style>