#71D932

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

Shades of Apple #71D932

Tints of Apple #71D932

Color information

#71D932 (or 0x71D932) is unknown color: approx Apple. HEX triplet: 71, D9 and 32. RGB value is (113,217,50). Sum of RGB (Red+Green+Blue) = 113+217+50=380 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.74% from 380); Green value is 217 (85.16% from 255 or 57.11% from 380); Blue value is 50 (19.92% from 255 or 13.16% from 380); Max value from RGB is 217 - color contains mainly: green. Hex color #71D932 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71D932 is #8E26CD. Grayscale: #A7A7A7. Windows color (decimal): -9316046 or 3332465. OLE color: 3332465.

HSL color Cylindrical-coordinate representation of color #71D932: hue angle of 97.37º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #71D932 is Cyan = 0.48, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB11321750-
CMYK0.4800.770.15
HSL97.37º68.72%52.35%-
HSV(B)97.37º76.96%85.1%-
XYZ32.253.3711.62-
YUV166.8762.0489.58-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.74%
GREEN value IS 217 (85.16% from 255) = 57.11%
BLUE value IS 50 (19.92% from 255) = 13.16%
R=29.74%
G=57.11%
B=13.16%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal113217500.4800.770.1597.3768.7252.35
Hex71D9323004DF614534
Octal161331626001151714110564
Binary11100011101100111001011000001001101111111000011000101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,217,50); }

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

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

 a { background-color: rgb(113,217,50); }

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

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

 span { border-color: rgb(113,217,50); }

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