#71BC50

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

Shades of Apple #71BC50

Tints of Apple #71BC50

Color information

#71BC50 (or 0x71BC50) is unknown color: approx Apple. HEX triplet: 71, BC and 50. RGB value is (113,188,80). Sum of RGB (Red+Green+Blue) = 113+188+80=381 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.66% from 381); Green value is 188 (73.83% from 255 or 49.34% from 381); Blue value is 80 (31.64% from 255 or 21.00% from 381); Max value from RGB is 188 - color contains mainly: green. Hex color #71BC50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BC50 is #8E43AF. Grayscale: #999999. Windows color (decimal): -9323440 or 5291121. OLE color: 5291121.

HSL color Cylindrical-coordinate representation of color #71BC50: hue angle of 101.67º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #71BC50 is Cyan = 0.40, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB11318880-
CMYK0.4000.570.26
HSL101.67º44.63%52.55%-
HSV(B)101.67º57.45%73.73%-
XYZ26.2440.0613.94-
YUV153.2686.6599.28-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.66%
GREEN value IS 188 (73.83% from 255) = 49.34%
BLUE value IS 80 (31.64% from 255) = 21.00%
R=29.66%
G=49.34%
B=21.00%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal113188800.4000.570.26101.6744.6352.55
Hex71BC50280391A662d35
Octal16127412050071321465565
Binary11100011011110010100001010000111001110101100110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BC50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,188,80); }

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

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

 a { background-color: rgb(113,188,80); }

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

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

 span { border-color: rgb(113,188,80); }

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