#71D28A

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

Shades of De York #71D28A

Tints of De York #71D28A

Color information

#71D28A (or 0x71D28A) is unknown color: approx De York. HEX triplet: 71, D2 and 8A. RGB value is (113,210,138). Sum of RGB (Red+Green+Blue) = 113+210+138=461 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.51% from 461); Green value is 210 (82.42% from 255 or 45.55% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 210 - color contains mainly: green. Hex color #71D28A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71D28A is #8E2D75. Grayscale: #ACACAC. Windows color (decimal): -9317750 or 9097841. OLE color: 9097841.

HSL color Cylindrical-coordinate representation of color #71D28A: hue angle of 135.46º degrees, saturation: 0.52, 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 #71D28A is Cyan = 0.46, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB113210138-
CMYK0.4600.340.18
HSL135.46º51.87%63.33%-
HSV(B)135.46º46.19%82.35%-
XYZ34.4451.4432.16-
YUV172.79108.3685.35-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.51%
GREEN value IS 210 (82.42% from 255) = 45.55%
BLUE value IS 138 (54.30% from 255) = 29.93%
R=24.51%
G=45.55%
B=29.93%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1132101380.4600.340.18135.4651.8763.33
Hex71D28A2E0221287343f
Octal16132221256042222076477
Binary1110001110100101000101010111001000101001010000111110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,210,138); }

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

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

 a { background-color: rgb(113,210,138); }

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

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

 span { border-color: rgb(113,210,138); }

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