Shades of De York #73C57D
Tints of De York #73C57D
RGB
CMYK
RGB Variations
Color information
#73C57D (or 0x73C57D) is known color: De York. HEX triplet: 73, C5 and 7D. RGB value is (115,197,125). Sum of RGB (Red+Green+Blue) = 115+197+125=437 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.32% from 437); Green value is 197 (77.34% from 255 or 45.08% from 437); Blue value is 125 (49.22% from 255 or 28.60% from 437); Max value from RGB is 197 - color contains mainly: green. Hex color #73C57D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C57D is #8C3A82. Grayscale: #A4A4A4. Windows color (decimal): -9190019 or 8242547. OLE color: 8242547.
HSL color Cylindrical-coordinate representation of color #73C57D: hue angle of 127.32º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #73C57D is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 115 | 197 | 125 | - |
| CMYK | 0.42 | 0 | 0.37 | 0.23 |
| HSL | 127.32º | 0.41% | 0.61% | - |
| HSV(B) | 127.32º | 0.42% | 0.77% | - |
| XYZ | 30.74 | 45.06 | 26.48 | - |
| YUV | 164.27 | 105.83 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 197 | 125 | 0.42 | 0 | 0.37 | 0.23 | 127.32 | 0.41 | 0.61 |
| Hex | 73 | C5 | 7D | 2A | 0 | 25 | 17 | 7F | 29 | 3D |
| Octal | 163 | 305 | 175 | 52 | 0 | 45 | 27 | 177 | 51 | 75 |
| Binary | 1110011 | 11000101 | 1111101 | 101010 | 0 | 100101 | 10111 | 1111111 | 101001 | 111101 |
Color Harmonies of #73C57D
Complementary color
Monochromatic Colors of #73C57D
Black with #73C57D
Text Example
Text Example
White with #73C57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C57D; }
p { color: rgb(115,197,125); }
H1.HeaderClassName
{
color: #73C57D;
}
.AnyTagClassName
{
color: #73C57D;
}
</style>
background-color css
<style>
a { background-color: #73C57D; }
a { background-color: rgb(115,197,125); }
div.DivClassName
{
background-color: #73C57D;
}
.BgClassName
{
background-color: #73C57D;
}
</style>
border-color css
<style>
span { border-color: #73C57D; }
span { border-color: rgb(115,197,125); }
td.TdClassName
{
border-color: #73C57D;
}
.TagClassName
{
border-color: #73C57D;
}
</style>