Shades of De York #73C87F
Tints of De York #73C87F
RGB
CMYK
RGB Variations
Color information
#73C87F (or 0x73C87F) is known color: De York. HEX triplet: 73, C8 and 7F. RGB value is (115,200,127). Sum of RGB (Red+Green+Blue) = 115+200+127=442 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.02% from 442); Green value is 200 (78.52% from 255 or 45.25% from 442); Blue value is 127 (50% from 255 or 28.73% from 442); Max value from RGB is 200 - color contains mainly: green. Hex color #73C87F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C87F is #8C3780. Grayscale: #A6A6A6. Windows color (decimal): -9189249 or 8374387. OLE color: 8374387.
HSL color Cylindrical-coordinate representation of color #73C87F: hue angle of 128.47º 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 #73C87F is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 200 | 127 | - |
| CMYK | 0.42 | 0 | 0.36 | 0.22 |
| HSL | 128.47º | 0.44% | 0.62% | - |
| HSV(B) | 128.47º | 0.43% | 0.78% | - |
| XYZ | 31.56 | 46.49 | 27.39 | - |
| YUV | 166.26 | 105.84 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 200 | 127 | 0.42 | 0 | 0.36 | 0.22 | 128.47 | 0.44 | 0.62 |
| Hex | 73 | C8 | 7F | 2A | 0 | 24 | 16 | 80 | 2C | 3E |
| Octal | 163 | 310 | 177 | 52 | 0 | 44 | 26 | 200 | 54 | 76 |
| Binary | 1110011 | 11001000 | 1111111 | 101010 | 0 | 100100 | 10110 | 10000000 | 101100 | 111110 |
Color Harmonies of #73C87F
Complementary color
Monochromatic Colors of #73C87F
Black with #73C87F
Text Example
Text Example
White with #73C87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C87F; }
p { color: rgb(115,200,127); }
H1.HeaderClassName
{
color: #73C87F;
}
.AnyTagClassName
{
color: #73C87F;
}
</style>
background-color css
<style>
a { background-color: #73C87F; }
a { background-color: rgb(115,200,127); }
div.DivClassName
{
background-color: #73C87F;
}
.BgClassName
{
background-color: #73C87F;
}
</style>
border-color css
<style>
span { border-color: #73C87F; }
span { border-color: rgb(115,200,127); }
td.TdClassName
{
border-color: #73C87F;
}
.TagClassName
{
border-color: #73C87F;
}
</style>