#71B54A

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

Shades of Apple #71B54A

Tints of Apple #71B54A

Color information

#71B54A (or 0x71B54A) is unknown color: approx Apple. HEX triplet: 71, B5 and 4A. RGB value is (113,181,74). Sum of RGB (Red+Green+Blue) = 113+181+74=368 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.71% from 368); Green value is 181 (71.09% from 255 or 49.18% from 368); Blue value is 74 (29.30% from 255 or 20.11% from 368); Max value from RGB is 181 - color contains mainly: green. Hex color #71B54A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71B54A is #8E4AB5. Grayscale: #949494. Windows color (decimal): -9325238 or 4896113. OLE color: 4896113.

HSL color Cylindrical-coordinate representation of color #71B54A: hue angle of 98.13º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #71B54A is Cyan = 0.38, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB11318174-
CMYK0.3800.590.29
HSL98.13º41.96%50%-
HSV(B)98.13º59.12%70.98%-
XYZ24.5737.0512.34-
YUV148.4785.97102.7-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.71%
GREEN value IS 181 (71.09% from 255) = 49.18%
BLUE value IS 74 (29.30% from 255) = 20.11%
R=30.71%
G=49.18%
B=20.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal113181740.3800.590.2998.1341.9650
Hex71B54A2603B1D622a32
Octal16126511246073351425262
Binary11100011011010110010101001100111011111011100010101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B54A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,181,74); }

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

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

 a { background-color: rgb(113,181,74); }

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

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

 span { border-color: rgb(113,181,74); }

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