#71BA45

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

Shades of Apple #71BA45

Tints of Apple #71BA45

Color information

#71BA45 (or 0x71BA45) is unknown color: approx Apple. HEX triplet: 71, BA and 45. RGB value is (113,186,69). Sum of RGB (Red+Green+Blue) = 113+186+69=368 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.71% from 368); Green value is 186 (73.05% from 255 or 50.54% from 368); Blue value is 69 (27.34% from 255 or 18.75% from 368); Max value from RGB is 186 - color contains mainly: green. Hex color #71BA45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71BA45 is #8E45BA. Grayscale: #979797. Windows color (decimal): -9323963 or 4569713. OLE color: 4569713.

HSL color Cylindrical-coordinate representation of color #71BA45: hue angle of 97.44º 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 #71BA45 is Cyan = 0.39, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB11318669-
CMYK0.3900.630.27
HSL97.44º45.88%50%-
HSV(B)97.44º62.9%72.94%-
XYZ25.4439.0611.83-
YUV150.8481.82101.01-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.71%
GREEN value IS 186 (73.05% from 255) = 50.54%
BLUE value IS 69 (27.34% from 255) = 18.75%
R=30.71%
G=50.54%
B=18.75%

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
Decimal113186690.3900.630.2797.4445.8850
Hex71BA452703F1B612e32
Octal16127210547077331415662
Binary11100011011101010001011001110111111110111100001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BA45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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