#71D185

Color #71D185 De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #71D185

Tints of De York #71D185

Color information

#71D185 (or 0x71D185) is unknown color: approx De York. HEX triplet: 71, D1 and 85. RGB value is (113,209,133). Sum of RGB (Red+Green+Blue) = 113+209+133=455 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.84% from 455); Green value is 209 (82.03% from 255 or 45.93% from 455); Blue value is 133 (52.34% from 255 or 29.23% from 455); Max value from RGB is 209 - color contains mainly: green. Hex color #71D185 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71D185 is #8E2E7A. Grayscale: #ABABAB. Windows color (decimal): -9318011 or 8769905. OLE color: 8769905.

HSL color Cylindrical-coordinate representation of color #71D185: hue angle of 132.5º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #71D185 is Cyan = 0.46, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB113209133-
CMYK0.4600.360.18
HSL132.5º51.06%63.14%-
HSV(B)132.5º45.93%81.96%-
XYZ33.8450.8130.21-
YUV171.63106.286.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 113 (44.53% from 255) = 24.84%
GREEN value IS 209 (82.03% from 255) = 45.93%
BLUE value IS 133 (52.34% from 255) = 29.23%
R=24.84%
G=45.93%
B=29.23%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1132091330.4600.360.18132.551.0663.14
Hex71D1852E0241284333f
Octal16132120556044222046377
Binary1110001110100011000010110111001001001001010000100110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71D185; }

 p { color: rgb(113,209,133); }

 H1.HeaderClassName
 {
   color: #71D185;
 }
 .AnyTagClassName
 {
   color: #71D185;
 }
</style>
background-color css

<style>
 a { background-color: #71D185; }

 a { background-color: rgb(113,209,133); }

 div.DivClassName
 {
   background-color: #71D185;
 }
 .BgClassName
 {
   background-color: #71D185;
 }
</style>
border-color css

<style>
 span { border-color: #71D185; }

 span { border-color: rgb(113,209,133); }

 td.TdClassName
 {
   border-color: #71D185;
 }
 .TagClassName
 {
   border-color: #71D185;
 }
</style>