Shades of De York #73C67E
Tints of De York #73C67E
RGB
CMYK
RGB Variations
Color information
#73C67E (or 0x73C67E) is known color: De York. HEX triplet: 73, C6 and 7E. RGB value is (115,198,126). Sum of RGB (Red+Green+Blue) = 115+198+126=439 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.20% from 439); Green value is 198 (77.73% from 255 or 45.10% from 439); Blue value is 126 (49.61% from 255 or 28.70% from 439); Max value from RGB is 198 - color contains mainly: green. Hex color #73C67E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C67E is #8C3981. Grayscale: #A5A5A5. Windows color (decimal): -9189762 or 8308339. OLE color: 8308339.
HSL color Cylindrical-coordinate representation of color #73C67E: hue angle of 127.95º 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 #73C67E is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 198 | 126 | - |
| CMYK | 0.42 | 0 | 0.36 | 0.22 |
| HSL | 127.95º | 0.42% | 0.61% | - |
| HSV(B) | 127.95º | 0.42% | 0.78% | - |
| XYZ | 31.03 | 45.54 | 26.89 | - |
| YUV | 164.98 | 106 | 92.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 198 | 126 | 0.42 | 0 | 0.36 | 0.22 | 127.95 | 0.42 | 0.61 |
| Hex | 73 | C6 | 7E | 2A | 0 | 24 | 16 | 80 | 2A | 3D |
| Octal | 163 | 306 | 176 | 52 | 0 | 44 | 26 | 200 | 52 | 75 |
| Binary | 1110011 | 11000110 | 1111110 | 101010 | 0 | 100100 | 10110 | 10000000 | 101010 | 111101 |
Color Harmonies of #73C67E
Complementary color
Monochromatic Colors of #73C67E
Black with #73C67E
Text Example
Text Example
White with #73C67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C67E; }
p { color: rgb(115,198,126); }
H1.HeaderClassName
{
color: #73C67E;
}
.AnyTagClassName
{
color: #73C67E;
}
</style>
background-color css
<style>
a { background-color: #73C67E; }
a { background-color: rgb(115,198,126); }
div.DivClassName
{
background-color: #73C67E;
}
.BgClassName
{
background-color: #73C67E;
}
</style>
border-color css
<style>
span { border-color: #73C67E; }
span { border-color: rgb(115,198,126); }
td.TdClassName
{
border-color: #73C67E;
}
.TagClassName
{
border-color: #73C67E;
}
</style>