Shades of De York #71CC80
Tints of De York #71CC80
RGB
CMYK
RGB Variations
Color information
#71CC80 (or 0x71CC80) is known color: De York. HEX triplet: 71, CC and 80. RGB value is (113,204,128). Sum of RGB (Red+Green+Blue) = 113+204+128=445 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.39% from 445); Green value is 204 (80.08% from 255 or 45.84% from 445); Blue value is 128 (50.39% from 255 or 28.76% from 445); Max value from RGB is 204 - color contains mainly: green. Hex color #71CC80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71CC80 is #8E337F. Grayscale: #A8A8A8. Windows color (decimal): -9319296 or 8440945. OLE color: 8440945.
HSL color Cylindrical-coordinate representation of color #71CC80: hue angle of 129.89º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #71CC80 is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 113 | 204 | 128 | - |
| CMYK | 0.45 | 0 | 0.37 | 0.2 |
| HSL | 129.89º | 0.47% | 0.62% | - |
| HSV(B) | 129.89º | 0.45% | 0.8% | - |
| XYZ | 32.3 | 48.25 | 28.03 | - |
| YUV | 168.13 | 105.35 | 88.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 204 | 128 | 0.45 | 0 | 0.37 | 0.2 | 129.89 | 0.47 | 0.62 |
| Hex | 71 | CC | 80 | 2D | 0 | 25 | 14 | 82 | 2F | 3E |
| Octal | 161 | 314 | 200 | 55 | 0 | 45 | 24 | 202 | 57 | 76 |
| Binary | 1110001 | 11001100 | 10000000 | 101101 | 0 | 100101 | 10100 | 10000010 | 101111 | 111110 |
Color Harmonies of #71CC80
Complementary color
Monochromatic Colors of #71CC80
Black with #71CC80
Text Example
Text Example
White with #71CC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CC80; }
p { color: rgb(113,204,128); }
H1.HeaderClassName
{
color: #71CC80;
}
.AnyTagClassName
{
color: #71CC80;
}
</style>
background-color css
<style>
a { background-color: #71CC80; }
a { background-color: rgb(113,204,128); }
div.DivClassName
{
background-color: #71CC80;
}
.BgClassName
{
background-color: #71CC80;
}
</style>
border-color css
<style>
span { border-color: #71CC80; }
span { border-color: rgb(113,204,128); }
td.TdClassName
{
border-color: #71CC80;
}
.TagClassName
{
border-color: #71CC80;
}
</style>