Shades of De York #71C87C
Tints of De York #71C87C
RGB
CMYK
RGB Variations
Color information
#71C87C (or 0x71C87C) is known color: De York. HEX triplet: 71, C8 and 7C. RGB value is (113,200,124). Sum of RGB (Red+Green+Blue) = 113+200+124=437 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.86% from 437); Green value is 200 (78.52% from 255 or 45.77% from 437); Blue value is 124 (48.83% from 255 or 28.38% from 437); Max value from RGB is 200 - color contains mainly: green. Hex color #71C87C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C87C is #8E3783. Grayscale: #A5A5A5. Windows color (decimal): -9320324 or 8177777. OLE color: 8177777.
HSL color Cylindrical-coordinate representation of color #71C87C: hue angle of 127.59º 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 #71C87C is Cyan = 0.44, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 113 | 200 | 124 | - |
| CMYK | 0.44 | 0 | 0.38 | 0.22 |
| HSL | 127.59º | 0.44% | 0.61% | - |
| HSV(B) | 127.59º | 0.44% | 0.78% | - |
| XYZ | 31.1 | 46.27 | 26.36 | - |
| YUV | 165.32 | 104.68 | 90.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 200 | 124 | 0.44 | 0 | 0.38 | 0.22 | 127.59 | 0.44 | 0.61 |
| Hex | 71 | C8 | 7C | 2C | 0 | 26 | 16 | 80 | 2C | 3D |
| Octal | 161 | 310 | 174 | 54 | 0 | 46 | 26 | 200 | 54 | 75 |
| Binary | 1110001 | 11001000 | 1111100 | 101100 | 0 | 100110 | 10110 | 10000000 | 101100 | 111101 |
Color Harmonies of #71C87C
Complementary color
Monochromatic Colors of #71C87C
Black with #71C87C
Text Example
Text Example
White with #71C87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C87C; }
p { color: rgb(113,200,124); }
H1.HeaderClassName
{
color: #71C87C;
}
.AnyTagClassName
{
color: #71C87C;
}
</style>
background-color css
<style>
a { background-color: #71C87C; }
a { background-color: rgb(113,200,124); }
div.DivClassName
{
background-color: #71C87C;
}
.BgClassName
{
background-color: #71C87C;
}
</style>
border-color css
<style>
span { border-color: #71C87C; }
span { border-color: rgb(113,200,124); }
td.TdClassName
{
border-color: #71C87C;
}
.TagClassName
{
border-color: #71C87C;
}
</style>