#71BA4F

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

Shades of Apple #71BA4F

Tints of Apple #71BA4F

Color information

#71BA4F (or 0x71BA4F) is unknown color: approx Apple. HEX triplet: 71, BA and 4F. RGB value is (113,186,79). Sum of RGB (Red+Green+Blue) = 113+186+79=378 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.89% from 378); Green value is 186 (73.05% from 255 or 49.21% from 378); Blue value is 79 (31.25% from 255 or 20.90% from 378); Max value from RGB is 186 - color contains mainly: green. Hex color #71BA4F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BA4F is #8E45B0. Grayscale: #989898. Windows color (decimal): -9323953 or 5225073. OLE color: 5225073.

HSL color Cylindrical-coordinate representation of color #71BA4F: hue angle of 100.93º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #71BA4F is Cyan = 0.39, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB11318679-
CMYK0.3900.580.27
HSL100.93º43.67%51.96%-
HSV(B)100.93º57.53%72.94%-
XYZ25.7839.1913.6-
YUV151.9886.82100.2-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.89%
GREEN value IS 186 (73.05% from 255) = 49.21%
BLUE value IS 79 (31.25% from 255) = 20.90%
R=29.89%
G=49.21%
B=20.90%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal113186790.3900.580.27100.9343.6751.96
Hex71BA4F2703A1B652c34
Octal16127211747072331455464
Binary11100011011101010011111001110111010110111100101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BA4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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