#71BE41

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

Shades of Apple #71BE41

Tints of Apple #71BE41

Color information

#71BE41 (or 0x71BE41) is unknown color: approx Apple. HEX triplet: 71, BE and 41. RGB value is (113,190,65). Sum of RGB (Red+Green+Blue) = 113+190+65=368 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.71% from 368); Green value is 190 (74.61% from 255 or 51.63% from 368); Blue value is 65 (25.78% from 255 or 17.66% from 368); Max value from RGB is 190 - color contains mainly: green. Hex color #71BE41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71BE41 is #8E41BE. Grayscale: #999999. Windows color (decimal): -9322943 or 4308593. OLE color: 4308593.

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

Color convert

RGB11319065-
CMYK0.4100.660.25
HSL96.96º49.02%50%-
HSV(B)96.96º65.79%74.51%-
XYZ26.1840.7211.48-
YUV152.7378.4999.66-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.71%
GREEN value IS 190 (74.61% from 255) = 51.63%
BLUE value IS 65 (25.78% from 255) = 17.66%
R=30.71%
G=51.63%
B=17.66%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal113190650.4100.660.2596.9649.0250
Hex71BE412904219613132
Octal161276101510102311416162
Binary111000110111110100000110100101000010110011100001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BE41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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