Shades of De York #71D089
Tints of De York #71D089
RGB
CMYK
RGB Variations
Color information
#71D089 (or 0x71D089) is known color: De York. HEX triplet: 71, D0 and 89. RGB value is (113,208,137). Sum of RGB (Red+Green+Blue) = 113+208+137=458 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.67% from 458); Green value is 208 (81.64% from 255 or 45.41% from 458); Blue value is 137 (53.91% from 255 or 29.91% from 458); Max value from RGB is 208 - color contains mainly: green. Hex color #71D089 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71D089 is #8E2F76. Grayscale: #ABABAB. Windows color (decimal): -9318263 or 9031793. OLE color: 9031793.
HSL color Cylindrical-coordinate representation of color #71D089: hue angle of 135.16º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #71D089 is Cyan = 0.46, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 113 | 208 | 137 | - |
| CMYK | 0.46 | 0 | 0.34 | 0.18 |
| HSL | 135.16º | 0.5% | 0.63% | - |
| HSV(B) | 135.16º | 0.46% | 0.82% | - |
| XYZ | 33.88 | 50.43 | 31.61 | - |
| YUV | 171.5 | 108.53 | 86.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 208 | 137 | 0.46 | 0 | 0.34 | 0.18 | 135.16 | 0.5 | 0.63 |
| Hex | 71 | D0 | 89 | 2E | 0 | 22 | 12 | 87 | 32 | 3F |
| Octal | 161 | 320 | 211 | 56 | 0 | 42 | 22 | 207 | 62 | 77 |
| Binary | 1110001 | 11010000 | 10001001 | 101110 | 0 | 100010 | 10010 | 10000111 | 110010 | 111111 |
Color Harmonies of #71D089
Complementary color
Monochromatic Colors of #71D089
Black with #71D089
Text Example
Text Example
White with #71D089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D089; }
p { color: rgb(113,208,137); }
H1.HeaderClassName
{
color: #71D089;
}
.AnyTagClassName
{
color: #71D089;
}
</style>
background-color css
<style>
a { background-color: #71D089; }
a { background-color: rgb(113,208,137); }
div.DivClassName
{
background-color: #71D089;
}
.BgClassName
{
background-color: #71D089;
}
</style>
border-color css
<style>
span { border-color: #71D089; }
span { border-color: rgb(113,208,137); }
td.TdClassName
{
border-color: #71D089;
}
.TagClassName
{
border-color: #71D089;
}
</style>