#71C04F

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

Shades of Apple #71C04F

Tints of Apple #71C04F

Color information

#71C04F (or 0x71C04F) is unknown color: approx Apple. HEX triplet: 71, C0 and 4F. RGB value is (113,192,79). Sum of RGB (Red+Green+Blue) = 113+192+79=384 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.43% from 384); Green value is 192 (75.39% from 255 or 50% from 384); Blue value is 79 (31.25% from 255 or 20.57% from 384); Max value from RGB is 192 - color contains mainly: green. Hex color #71C04F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C04F is #8E3FB0. Grayscale: #9B9B9B. Windows color (decimal): -9322417 or 5226609. OLE color: 5226609.

HSL color Cylindrical-coordinate representation of color #71C04F: hue angle of 101.95º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #71C04F is Cyan = 0.41, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB11319279-
CMYK0.4100.590.25
HSL101.95º47.28%53.14%-
HSV(B)101.95º58.85%75.29%-
XYZ27.0741.7714.03-
YUV155.584.8397.69-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.43%
GREEN value IS 192 (75.39% from 255) = 50%
BLUE value IS 79 (31.25% from 255) = 20.57%
R=29.43%
G=50%
B=20.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal113192790.4100.590.25101.9547.2853.14
Hex71C04F2903B19662f35
Octal16130011751073311465765
Binary11100011100000010011111010010111011110011100110101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71C04F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,192,79); }

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

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

 a { background-color: rgb(113,192,79); }

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

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

 span { border-color: rgb(113,192,79); }

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