Shades of De York #73C27C
Tints of De York #73C27C
RGB
CMYK
RGB Variations
Color information
#73C27C (or 0x73C27C) is known color: De York. HEX triplet: 73, C2 and 7C. RGB value is (115,194,124). Sum of RGB (Red+Green+Blue) = 115+194+124=433 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.56% from 433); Green value is 194 (76.17% from 255 or 44.80% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 194 - color contains mainly: green. Hex color #73C27C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C27C is #8C3D83. Grayscale: #A2A2A2. Windows color (decimal): -9190788 or 8176243. OLE color: 8176243.
HSL color Cylindrical-coordinate representation of color #73C27C: hue angle of 126.84º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #73C27C is Cyan = 0.41, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 194 | 124 | - |
| CMYK | 0.41 | 0 | 0.36 | 0.24 |
| HSL | 126.84º | 0.39% | 0.61% | - |
| HSV(B) | 126.84º | 0.41% | 0.76% | - |
| XYZ | 30 | 43.68 | 25.92 | - |
| YUV | 162.4 | 106.33 | 94.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 194 | 124 | 0.41 | 0 | 0.36 | 0.24 | 126.84 | 0.39 | 0.61 |
| Hex | 73 | C2 | 7C | 29 | 0 | 24 | 18 | 7F | 27 | 3D |
| Octal | 163 | 302 | 174 | 51 | 0 | 44 | 30 | 177 | 47 | 75 |
| Binary | 1110011 | 11000010 | 1111100 | 101001 | 0 | 100100 | 11000 | 1111111 | 100111 | 111101 |
Color Harmonies of #73C27C
Complementary color
Monochromatic Colors of #73C27C
Black with #73C27C
Text Example
Text Example
White with #73C27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C27C; }
p { color: rgb(115,194,124); }
H1.HeaderClassName
{
color: #73C27C;
}
.AnyTagClassName
{
color: #73C27C;
}
</style>
background-color css
<style>
a { background-color: #73C27C; }
a { background-color: rgb(115,194,124); }
div.DivClassName
{
background-color: #73C27C;
}
.BgClassName
{
background-color: #73C27C;
}
</style>
border-color css
<style>
span { border-color: #73C27C; }
span { border-color: rgb(115,194,124); }
td.TdClassName
{
border-color: #73C27C;
}
.TagClassName
{
border-color: #73C27C;
}
</style>