Shades of De York #73CF86
Tints of De York #73CF86
RGB
CMYK
RGB Variations
Color information
#73CF86 (or 0x73CF86) is known color: De York. HEX triplet: 73, CF and 86. RGB value is (115,207,134). Sum of RGB (Red+Green+Blue) = 115+207+134=456 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.22% from 456); Green value is 207 (81.25% from 255 or 45.39% from 456); Blue value is 134 (52.73% from 255 or 29.39% from 456); Max value from RGB is 207 - color contains mainly: green. Hex color #73CF86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73CF86 is #8C3079. Grayscale: #ABABAB. Windows color (decimal): -9187450 or 8834931. OLE color: 8834931.
HSL color Cylindrical-coordinate representation of color #73CF86: hue angle of 132.39º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #73CF86 is Cyan = 0.44, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 207 | 134 | - |
| CMYK | 0.44 | 0 | 0.35 | 0.19 |
| HSL | 132.39º | 0.49% | 0.63% | - |
| HSV(B) | 132.39º | 0.44% | 0.81% | - |
| XYZ | 33.69 | 49.99 | 30.43 | - |
| YUV | 171.17 | 107.02 | 87.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 207 | 134 | 0.44 | 0 | 0.35 | 0.19 | 132.39 | 0.49 | 0.63 |
| Hex | 73 | CF | 86 | 2C | 0 | 23 | 13 | 84 | 31 | 3F |
| Octal | 163 | 317 | 206 | 54 | 0 | 43 | 23 | 204 | 61 | 77 |
| Binary | 1110011 | 11001111 | 10000110 | 101100 | 0 | 100011 | 10011 | 10000100 | 110001 | 111111 |
Color Harmonies of #73CF86
Complementary color
Monochromatic Colors of #73CF86
Black with #73CF86
Text Example
Text Example
White with #73CF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CF86; }
p { color: rgb(115,207,134); }
H1.HeaderClassName
{
color: #73CF86;
}
.AnyTagClassName
{
color: #73CF86;
}
</style>
background-color css
<style>
a { background-color: #73CF86; }
a { background-color: rgb(115,207,134); }
div.DivClassName
{
background-color: #73CF86;
}
.BgClassName
{
background-color: #73CF86;
}
</style>
border-color css
<style>
span { border-color: #73CF86; }
span { border-color: rgb(115,207,134); }
td.TdClassName
{
border-color: #73CF86;
}
.TagClassName
{
border-color: #73CF86;
}
</style>