Shades of De York #71D88D
Tints of De York #71D88D
RGB
CMYK
RGB Variations
Color information
#71D88D (or 0x71D88D) is known color: De York. HEX triplet: 71, D8 and 8D. RGB value is (113,216,141). Sum of RGB (Red+Green+Blue) = 113+216+141=470 (62% of max value = 765). Red value is 113 (44.53% from 255 or 24.04% from 470); Green value is 216 (84.77% from 255 or 45.96% from 470); Blue value is 141 (55.47% from 255 or 30% from 470); Max value from RGB is 216 - color contains mainly: green. Hex color #71D88D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71D88D is #8E2772. Grayscale: #B0B0B0. Windows color (decimal): -9316211 or 9295985. OLE color: 9295985.
HSL color Cylindrical-coordinate representation of color #71D88D: hue angle of 136.31º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71D88D is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 113 | 216 | 141 | - |
| CMYK | 0.48 | 0 | 0.35 | 0.15 |
| HSL | 136.31º | 0.57% | 0.65% | - |
| HSV(B) | 136.31º | 0.48% | 0.85% | - |
| XYZ | 36.17 | 54.55 | 33.82 | - |
| YUV | 176.65 | 107.88 | 82.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 216 | 141 | 0.48 | 0 | 0.35 | 0.15 | 136.31 | 0.57 | 0.65 |
| Hex | 71 | D8 | 8D | 30 | 0 | 23 | F | 88 | 39 | 41 |
| Octal | 161 | 330 | 215 | 60 | 0 | 43 | 17 | 210 | 71 | 101 |
| Binary | 1110001 | 11011000 | 10001101 | 110000 | 0 | 100011 | 1111 | 10001000 | 111001 | 1000001 |
Color Harmonies of #71D88D
Complementary color
Monochromatic Colors of #71D88D
Black with #71D88D
Text Example
Text Example
White with #71D88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D88D; }
p { color: rgb(113,216,141); }
H1.HeaderClassName
{
color: #71D88D;
}
.AnyTagClassName
{
color: #71D88D;
}
</style>
background-color css
<style>
a { background-color: #71D88D; }
a { background-color: rgb(113,216,141); }
div.DivClassName
{
background-color: #71D88D;
}
.BgClassName
{
background-color: #71D88D;
}
</style>
border-color css
<style>
span { border-color: #71D88D; }
span { border-color: rgb(113,216,141); }
td.TdClassName
{
border-color: #71D88D;
}
.TagClassName
{
border-color: #71D88D;
}
</style>