Shades of De York #73C67C
Tints of De York #73C67C
RGB
CMYK
RGB Variations
Color information
#73C67C (or 0x73C67C) is known color: De York. HEX triplet: 73, C6 and 7C. RGB value is (115,198,124). Sum of RGB (Red+Green+Blue) = 115+198+124=437 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.32% from 437); Green value is 198 (77.73% from 255 or 45.31% from 437); Blue value is 124 (48.83% from 255 or 28.38% from 437); Max value from RGB is 198 - color contains mainly: green. Hex color #73C67C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C67C is #8C3983. Grayscale: #A4A4A4. Windows color (decimal): -9189764 or 8177267. OLE color: 8177267.
HSL color Cylindrical-coordinate representation of color #73C67C: hue angle of 126.51º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #73C67C is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 198 | 124 | - |
| CMYK | 0.42 | 0 | 0.37 | 0.22 |
| HSL | 126.51º | 0.42% | 0.61% | - |
| HSV(B) | 126.51º | 0.42% | 0.78% | - |
| XYZ | 30.9 | 45.49 | 26.22 | - |
| YUV | 164.75 | 105 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 198 | 124 | 0.42 | 0 | 0.37 | 0.22 | 126.51 | 0.42 | 0.61 |
| Hex | 73 | C6 | 7C | 2A | 0 | 25 | 16 | 7F | 2A | 3D |
| Octal | 163 | 306 | 174 | 52 | 0 | 45 | 26 | 177 | 52 | 75 |
| Binary | 1110011 | 11000110 | 1111100 | 101010 | 0 | 100101 | 10110 | 1111111 | 101010 | 111101 |
Color Harmonies of #73C67C
Complementary color
Monochromatic Colors of #73C67C
Black with #73C67C
Text Example
Text Example
White with #73C67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C67C; }
p { color: rgb(115,198,124); }
H1.HeaderClassName
{
color: #73C67C;
}
.AnyTagClassName
{
color: #73C67C;
}
</style>
background-color css
<style>
a { background-color: #73C67C; }
a { background-color: rgb(115,198,124); }
div.DivClassName
{
background-color: #73C67C;
}
.BgClassName
{
background-color: #73C67C;
}
</style>
border-color css
<style>
span { border-color: #73C67C; }
span { border-color: rgb(115,198,124); }
td.TdClassName
{
border-color: #73C67C;
}
.TagClassName
{
border-color: #73C67C;
}
</style>