Shades of De York #71D48B
Tints of De York #71D48B
RGB
CMYK
RGB Variations
Color information
#71D48B (or 0x71D48B) is known color: De York. HEX triplet: 71, D4 and 8B. RGB value is (113,212,139). Sum of RGB (Red+Green+Blue) = 113+212+139=464 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.35% from 464); Green value is 212 (83.20% from 255 or 45.69% from 464); Blue value is 139 (54.69% from 255 or 29.96% from 464); Max value from RGB is 212 - color contains mainly: green. Hex color #71D48B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71D48B is #8E2B74. Grayscale: #AEAEAE. Windows color (decimal): -9317237 or 9163889. OLE color: 9163889.
HSL color Cylindrical-coordinate representation of color #71D48B: hue angle of 135.76º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #71D48B is Cyan = 0.47, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 113 | 212 | 139 | - |
| CMYK | 0.47 | 0 | 0.34 | 0.17 |
| HSL | 135.76º | 0.54% | 0.64% | - |
| HSV(B) | 135.76º | 0.47% | 0.83% | - |
| XYZ | 35.01 | 52.46 | 32.71 | - |
| YUV | 174.08 | 108.2 | 84.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 212 | 139 | 0.47 | 0 | 0.34 | 0.17 | 135.76 | 0.54 | 0.64 |
| Hex | 71 | D4 | 8B | 2F | 0 | 22 | 11 | 88 | 36 | 40 |
| Octal | 161 | 324 | 213 | 57 | 0 | 42 | 21 | 210 | 66 | 100 |
| Binary | 1110001 | 11010100 | 10001011 | 101111 | 0 | 100010 | 10001 | 10001000 | 110110 | 1000000 |
Color Harmonies of #71D48B
Complementary color
Monochromatic Colors of #71D48B
Black with #71D48B
Text Example
Text Example
White with #71D48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D48B; }
p { color: rgb(113,212,139); }
H1.HeaderClassName
{
color: #71D48B;
}
.AnyTagClassName
{
color: #71D48B;
}
</style>
background-color css
<style>
a { background-color: #71D48B; }
a { background-color: rgb(113,212,139); }
div.DivClassName
{
background-color: #71D48B;
}
.BgClassName
{
background-color: #71D48B;
}
</style>
border-color css
<style>
span { border-color: #71D48B; }
span { border-color: rgb(113,212,139); }
td.TdClassName
{
border-color: #71D48B;
}
.TagClassName
{
border-color: #71D48B;
}
</style>