#71C949

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

Shades of Apple #71C949

Tints of Apple #71C949

Color information

#71C949 (or 0x71C949) is unknown color: approx Apple. HEX triplet: 71, C9 and 49. RGB value is (113,201,73). Sum of RGB (Red+Green+Blue) = 113+201+73=387 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.20% from 387); Green value is 201 (78.91% from 255 or 51.94% from 387); Blue value is 73 (28.91% from 255 or 18.86% from 387); Max value from RGB is 201 - color contains mainly: green. Hex color #71C949 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71C949 is #8E36B6. Grayscale: #A0A0A0. Windows color (decimal): -9320119 or 4835697. OLE color: 4835697.

HSL color Cylindrical-coordinate representation of color #71C949: hue angle of 101.25º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #71C949 is Cyan = 0.44, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB11320173-
CMYK0.4400.640.21
HSL101.25º54.24%53.73%-
HSV(B)101.25º63.68%78.82%-
XYZ28.945.7713.61-
YUV160.178.8594.41-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.20%
GREEN value IS 201 (78.91% from 255) = 51.94%
BLUE value IS 73 (28.91% from 255) = 18.86%
R=29.20%
G=51.94%
B=18.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal113201730.4400.640.21101.2554.2453.73
Hex71C9492C04015653636
Octal161311111540100251456666
Binary111000111001001100100110110001000000101011100101110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71C949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,201,73); }

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

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

 a { background-color: rgb(113,201,73); }

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

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

 span { border-color: rgb(113,201,73); }

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