#71D88D

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

Shades of De York #71D88D

Tints of De York #71D88D

Color information

#71D88D (or 0x71D88D) is unknown color: approx De York. HEX triplet: 71, D8 and 8D. RGB value is (113,216,141). Sum of RGB (Red+Green+Blue) = 113+216+141=470 (62% of max value = 765). Red value is 113 (44.53% from 255 or 24.04% from 470); Green value is 216 (84.77% from 255 or 45.96% from 470); Blue value is 141 (55.47% from 255 or 30% from 470); Max value from RGB is 216 - color contains mainly: green. Hex color #71D88D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71D88D is #8E2772. Grayscale: #B0B0B0. Windows color (decimal): -9316211 or 9295985. OLE color: 9295985.

HSL color Cylindrical-coordinate representation of color #71D88D: hue angle of 136.31º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71D88D is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB113216141-
CMYK0.4800.350.15
HSL136.31º56.91%64.51%-
HSV(B)136.31º47.69%84.71%-
XYZ36.1754.5533.82-
YUV176.65107.8882.6-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.04%
GREEN value IS 216 (84.77% from 255) = 45.96%
BLUE value IS 141 (55.47% from 255) = 30%
R=24.04%
G=45.96%
B=30%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1132161410.4800.350.15136.3156.9164.51
Hex71D88D30023F883941
Octal161330215600431721071101
Binary1110001110110001000110111000001000111111100010001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,216,141); }

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

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

 a { background-color: rgb(113,216,141); }

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

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

 span { border-color: rgb(113,216,141); }

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