#71BF3F

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

Shades of Apple #71BF3F

Tints of Apple #71BF3F

Color information

#71BF3F (or 0x71BF3F) is unknown color: approx Apple. HEX triplet: 71, BF and 3F. RGB value is (113,191,63). Sum of RGB (Red+Green+Blue) = 113+191+63=367 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.79% from 367); Green value is 191 (75% from 255 or 52.04% from 367); Blue value is 63 (25% from 255 or 17.17% from 367); Max value from RGB is 191 - color contains mainly: green. Hex color #71BF3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71BF3F is #8E40C0. Grayscale: #999999. Windows color (decimal): -9322689 or 4177777. OLE color: 4177777.

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

Color convert

RGB11319163-
CMYK0.4100.670.25
HSL96.56º50.39%49.8%-
HSV(B)96.56º67.02%74.9%-
XYZ26.3441.1311.25-
YUV153.0977.1699.41-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.79%
GREEN value IS 191 (75% from 255) = 52.04%
BLUE value IS 63 (25% from 255) = 17.17%
R=30.79%
G=52.04%
B=17.17%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal113191630.4100.670.2596.5650.3949.8
Hex71BF3F2904319613232
Octal16127777510103311416262
Binary11100011011111111111110100101000011110011100001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BF3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,191,63); }

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

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

 a { background-color: rgb(113,191,63); }

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

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

 span { border-color: rgb(113,191,63); }

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