Shades of De York #73C181
Tints of De York #73C181
RGB
CMYK
RGB Variations
Color information
#73C181 (or 0x73C181) is known color: De York. HEX triplet: 73, C1 and 81. RGB value is (115,193,129). Sum of RGB (Red+Green+Blue) = 115+193+129=437 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.32% from 437); Green value is 193 (75.78% from 255 or 44.16% from 437); Blue value is 129 (50.78% from 255 or 29.52% from 437); Max value from RGB is 193 - color contains mainly: green. Hex color #73C181 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73C181 is #8C3E7E. Grayscale: #A2A2A2. Windows color (decimal): -9191039 or 8503667. OLE color: 8503667.
HSL color Cylindrical-coordinate representation of color #73C181: hue angle of 130.77º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #73C181 is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 193 | 129 | - |
| CMYK | 0.40 | 0 | 0.33 | 0.24 |
| HSL | 130.77º | 0.39% | 0.6% | - |
| HSV(B) | 130.77º | 0.4% | 0.76% | - |
| XYZ | 30.1 | 43.37 | 27.55 | - |
| YUV | 162.38 | 109.16 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 193 | 129 | 0.40 | 0 | 0.33 | 0.24 | 130.77 | 0.39 | 0.6 |
| Hex | 73 | C1 | 81 | 28 | 0 | 21 | 18 | 83 | 27 | 3C |
| Octal | 163 | 301 | 201 | 50 | 0 | 41 | 30 | 203 | 47 | 74 |
| Binary | 1110011 | 11000001 | 10000001 | 101000 | 0 | 100001 | 11000 | 10000011 | 100111 | 111100 |
Color Harmonies of #73C181
Complementary color
Monochromatic Colors of #73C181
Black with #73C181
Text Example
Text Example
White with #73C181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C181; }
p { color: rgb(115,193,129); }
H1.HeaderClassName
{
color: #73C181;
}
.AnyTagClassName
{
color: #73C181;
}
</style>
background-color css
<style>
a { background-color: #73C181; }
a { background-color: rgb(115,193,129); }
div.DivClassName
{
background-color: #73C181;
}
.BgClassName
{
background-color: #73C181;
}
</style>
border-color css
<style>
span { border-color: #73C181; }
span { border-color: rgb(115,193,129); }
td.TdClassName
{
border-color: #73C181;
}
.TagClassName
{
border-color: #73C181;
}
</style>