#71BA44

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

Shades of Apple #71BA44

Tints of Apple #71BA44

Color information

#71BA44 (or 0x71BA44) is unknown color: approx Apple. HEX triplet: 71, BA and 44. RGB value is (113,186,68). Sum of RGB (Red+Green+Blue) = 113+186+68=367 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.79% from 367); Green value is 186 (73.05% from 255 or 50.68% from 367); Blue value is 68 (26.95% from 255 or 18.53% from 367); Max value from RGB is 186 - color contains mainly: green. Hex color #71BA44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71BA44 is #8E45BB. Grayscale: #979797. Windows color (decimal): -9323964 or 4504177. OLE color: 4504177.

HSL color Cylindrical-coordinate representation of color #71BA44: hue angle of 97.12º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #71BA44 is Cyan = 0.39, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB11318668-
CMYK0.3900.630.27
HSL97.12º46.46%49.8%-
HSV(B)97.12º63.44%72.94%-
XYZ25.4139.0511.67-
YUV150.7281.32101.09-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.79%
GREEN value IS 186 (73.05% from 255) = 50.68%
BLUE value IS 68 (26.95% from 255) = 18.53%
R=30.79%
G=50.68%
B=18.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal113186680.3900.630.2797.1246.4649.8
Hex71BA442703F1B612e32
Octal16127210447077331415662
Binary11100011011101010001001001110111111110111100001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BA44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,186,68); }

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

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

 a { background-color: rgb(113,186,68); }

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

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

 span { border-color: rgb(113,186,68); }

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