#71BE49

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

Shades of Apple #71BE49

Tints of Apple #71BE49

Color information

#71BE49 (or 0x71BE49) is unknown color: approx Apple. HEX triplet: 71, BE and 49. RGB value is (113,190,73). Sum of RGB (Red+Green+Blue) = 113+190+73=376 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.05% from 376); Green value is 190 (74.61% from 255 or 50.53% from 376); Blue value is 73 (28.91% from 255 or 19.41% from 376); Max value from RGB is 190 - color contains mainly: green. Hex color #71BE49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71BE49 is #8E41B6. Grayscale: #9A9A9A. Windows color (decimal): -9322935 or 4832881. OLE color: 4832881.

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

Color convert

RGB11319073-
CMYK0.4100.620.25
HSL99.49º47.37%51.57%-
HSV(B)99.49º61.58%74.51%-
XYZ26.4340.8212.79-
YUV153.6482.4999.01-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.05%
GREEN value IS 190 (74.61% from 255) = 50.53%
BLUE value IS 73 (28.91% from 255) = 19.41%
R=30.05%
G=50.53%
B=19.41%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal113190730.4100.620.2599.4947.3751.57
Hex71BE492903E19632f34
Octal16127611151076311435764
Binary11100011011111010010011010010111110110011100011101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BE49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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