Shades of De York #71CA80
Tints of De York #71CA80
RGB
CMYK
RGB Variations
Color information
#71CA80 (or 0x71CA80) is known color: De York. HEX triplet: 71, CA and 80. RGB value is (113,202,128). Sum of RGB (Red+Green+Blue) = 113+202+128=443 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.51% from 443); Green value is 202 (79.30% from 255 or 45.60% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 202 - color contains mainly: green. Hex color #71CA80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71CA80 is #8E357F. Grayscale: #A7A7A7. Windows color (decimal): -9319808 or 8440433. OLE color: 8440433.
HSL color Cylindrical-coordinate representation of color #71CA80: hue angle of 130.11º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #71CA80 is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 113 | 202 | 128 | - |
| CMYK | 0.44 | 0 | 0.37 | 0.21 |
| HSL | 130.11º | 0.46% | 0.62% | - |
| HSV(B) | 130.11º | 0.44% | 0.79% | - |
| XYZ | 31.83 | 47.31 | 27.88 | - |
| YUV | 166.95 | 106.01 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 202 | 128 | 0.44 | 0 | 0.37 | 0.21 | 130.11 | 0.46 | 0.62 |
| Hex | 71 | CA | 80 | 2C | 0 | 25 | 15 | 82 | 2E | 3E |
| Octal | 161 | 312 | 200 | 54 | 0 | 45 | 25 | 202 | 56 | 76 |
| Binary | 1110001 | 11001010 | 10000000 | 101100 | 0 | 100101 | 10101 | 10000010 | 101110 | 111110 |
Color Harmonies of #71CA80
Complementary color
Monochromatic Colors of #71CA80
Black with #71CA80
Text Example
Text Example
White with #71CA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CA80; }
p { color: rgb(113,202,128); }
H1.HeaderClassName
{
color: #71CA80;
}
.AnyTagClassName
{
color: #71CA80;
}
</style>
background-color css
<style>
a { background-color: #71CA80; }
a { background-color: rgb(113,202,128); }
div.DivClassName
{
background-color: #71CA80;
}
.BgClassName
{
background-color: #71CA80;
}
</style>
border-color css
<style>
span { border-color: #71CA80; }
span { border-color: rgb(113,202,128); }
td.TdClassName
{
border-color: #71CA80;
}
.TagClassName
{
border-color: #71CA80;
}
</style>