#71C380

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

Shades of De York #71C380

Tints of De York #71C380

Color information

#71C380 (or 0x71C380) is unknown color: approx De York. HEX triplet: 71, C3 and 80. RGB value is (113,195,128). Sum of RGB (Red+Green+Blue) = 113+195+128=436 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.92% from 436); Green value is 195 (76.56% from 255 or 44.72% from 436); Blue value is 128 (50.39% from 255 or 29.36% from 436); Max value from RGB is 195 - color contains mainly: green. Hex color #71C380 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71C380 is #8E3C7F. Grayscale: #A3A3A3. Windows color (decimal): -9321600 or 8438641. OLE color: 8438641.

HSL color Cylindrical-coordinate representation of color #71C380: hue angle of 130.98º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #71C380 is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB113195128-
CMYK0.4200.340.24
HSL130.98º40.59%60.39%-
HSV(B)130.98º42.05%76.47%-
XYZ30.2244.127.34-
YUV162.84108.3392.45-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.92%
GREEN value IS 195 (76.56% from 255) = 44.72%
BLUE value IS 128 (50.39% from 255) = 29.36%
R=25.92%
G=44.72%
B=29.36%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1131951280.4200.340.24130.9840.5960.39
Hex71C3802A0221883293c
Octal16130320052042302035174
Binary1110001110000111000000010101001000101100010000011101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71C380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,195,128); }

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

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

 a { background-color: rgb(113,195,128); }

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

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

 span { border-color: rgb(113,195,128); }

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