#71D342

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

Shades of Apple #71D342

Tints of Apple #71D342

Color information

#71D342 (or 0x71D342) is unknown color: approx Apple. HEX triplet: 71, D3 and 42. RGB value is (113,211,66). Sum of RGB (Red+Green+Blue) = 113+211+66=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 211 (82.81% from 255 or 54.10% from 390); Blue value is 66 (26.17% from 255 or 16.92% from 390); Max value from RGB is 211 - color contains mainly: green. Hex color #71D342 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71D342 is #8E2CBD. Grayscale: #A5A5A5. Windows color (decimal): -9317566 or 4379505. OLE color: 4379505.

HSL color Cylindrical-coordinate representation of color #71D342: hue angle of 100.55º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #71D342 is Cyan = 0.46, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB11321166-
CMYK0.4600.690.17
HSL100.55º62.23%54.31%-
HSV(B)100.55º68.72%82.75%-
XYZ31.0950.4913.26-
YUV165.1772.0390.79-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.97%
GREEN value IS 211 (82.81% from 255) = 54.10%
BLUE value IS 66 (26.17% from 255) = 16.92%
R=28.97%
G=54.10%
B=16.92%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal113211660.4600.690.17100.5562.2354.31
Hex71D3422E04511653e36
Octal161323102560105211457666
Binary111000111010011100001010111001000101100011100101111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,211,66); }

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

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

 a { background-color: rgb(113,211,66); }

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

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

 span { border-color: rgb(113,211,66); }

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