Shades of De York #71D58B
Tints of De York #71D58B
RGB
CMYK
RGB Variations
Color information
#71D58B (or 0x71D58B) is known color: De York. HEX triplet: 71, D5 and 8B. RGB value is (113,213,139). Sum of RGB (Red+Green+Blue) = 113+213+139=465 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.30% from 465); Green value is 213 (83.59% from 255 or 45.81% from 465); Blue value is 139 (54.69% from 255 or 29.89% from 465); Max value from RGB is 213 - color contains mainly: green. Hex color #71D58B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71D58B is #8E2A74. Grayscale: #AEAEAE. Windows color (decimal): -9316981 or 9164145. OLE color: 9164145.
HSL color Cylindrical-coordinate representation of color #71D58B: hue angle of 135.6º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #71D58B is Cyan = 0.47, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 113 | 213 | 139 | - |
| CMYK | 0.47 | 0 | 0.35 | 0.16 |
| HSL | 135.6º | 0.54% | 0.64% | - |
| HSV(B) | 135.6º | 0.47% | 0.84% | - |
| XYZ | 35.26 | 52.96 | 32.79 | - |
| YUV | 174.66 | 107.87 | 84.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 213 | 139 | 0.47 | 0 | 0.35 | 0.16 | 135.6 | 0.54 | 0.64 |
| Hex | 71 | D5 | 8B | 2F | 0 | 23 | 10 | 88 | 36 | 40 |
| Octal | 161 | 325 | 213 | 57 | 0 | 43 | 20 | 210 | 66 | 100 |
| Binary | 1110001 | 11010101 | 10001011 | 101111 | 0 | 100011 | 10000 | 10001000 | 110110 | 1000000 |
Color Harmonies of #71D58B
Complementary color
Monochromatic Colors of #71D58B
Black with #71D58B
Text Example
Text Example
White with #71D58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D58B; }
p { color: rgb(113,213,139); }
H1.HeaderClassName
{
color: #71D58B;
}
.AnyTagClassName
{
color: #71D58B;
}
</style>
background-color css
<style>
a { background-color: #71D58B; }
a { background-color: rgb(113,213,139); }
div.DivClassName
{
background-color: #71D58B;
}
.BgClassName
{
background-color: #71D58B;
}
</style>
border-color css
<style>
span { border-color: #71D58B; }
span { border-color: rgb(113,213,139); }
td.TdClassName
{
border-color: #71D58B;
}
.TagClassName
{
border-color: #71D58B;
}
</style>