Shades of De York #71C881
Tints of De York #71C881
RGB
CMYK
RGB Variations
Color information
#71C881 (or 0x71C881) is known color: De York. HEX triplet: 71, C8 and 81. RGB value is (113,200,129). Sum of RGB (Red+Green+Blue) = 113+200+129=442 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.57% from 442); Green value is 200 (78.52% from 255 or 45.25% from 442); Blue value is 129 (50.78% from 255 or 29.19% from 442); Max value from RGB is 200 - color contains mainly: green. Hex color #71C881 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71C881 is #8E377E. Grayscale: #A6A6A6. Windows color (decimal): -9320319 or 8505457. OLE color: 8505457.
HSL color Cylindrical-coordinate representation of color #71C881: hue angle of 131.03º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #71C881 is Cyan = 0.44, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 113 | 200 | 129 | - |
| CMYK | 0.44 | 0 | 0.36 | 0.22 |
| HSL | 131.03º | 0.44% | 0.61% | - |
| HSV(B) | 131.03º | 0.44% | 0.78% | - |
| XYZ | 31.43 | 46.4 | 28.07 | - |
| YUV | 165.89 | 107.18 | 90.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 200 | 129 | 0.44 | 0 | 0.36 | 0.22 | 131.03 | 0.44 | 0.61 |
| Hex | 71 | C8 | 81 | 2C | 0 | 24 | 16 | 83 | 2C | 3D |
| Octal | 161 | 310 | 201 | 54 | 0 | 44 | 26 | 203 | 54 | 75 |
| Binary | 1110001 | 11001000 | 10000001 | 101100 | 0 | 100100 | 10110 | 10000011 | 101100 | 111101 |
Color Harmonies of #71C881
Complementary color
Monochromatic Colors of #71C881
Black with #71C881
Text Example
Text Example
White with #71C881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C881; }
p { color: rgb(113,200,129); }
H1.HeaderClassName
{
color: #71C881;
}
.AnyTagClassName
{
color: #71C881;
}
</style>
background-color css
<style>
a { background-color: #71C881; }
a { background-color: rgb(113,200,129); }
div.DivClassName
{
background-color: #71C881;
}
.BgClassName
{
background-color: #71C881;
}
</style>
border-color css
<style>
span { border-color: #71C881; }
span { border-color: rgb(113,200,129); }
td.TdClassName
{
border-color: #71C881;
}
.TagClassName
{
border-color: #71C881;
}
</style>